Python Tutorial for Beginners Ep. 5: Arithmetic Operators in Python

preview_player
Показать описание
In this video as part of the Python Tutorial for Beginners series, you will learn how to perform arithmetic operations in Python and this includes addition, subtraction, multiplication, division and power.

⭕ Support my work:

⭕ Recommended Books:

⭕ Disclaimer:
Recommended books and tools are affiliate links that gives me a portion of sales at no cost to you, which will contribute to the improvement of this channel's contents.

⭕ Stock photos, graphics and videos used on this channel:

#python #datatypes #pythontutorial #codingprofessor
Рекомендации по теме
Комментарии
Автор

I'm not biggest math head bed its getting to me thank u

mkefashionall
Автор

How would I write this I keep getting an error
my_number=5
for i in range(my_number, my_number+10):
if i>=3:
print[(]((i, 2*i+1)[)]

franceswoods