The bar() function can also create horizontal bar charts.
False
Reason — The bar() function in Matplotlib's Pyplot library can create vertical bar charts, while the barh() function creates horizontal bar charts.
bar()
barh()