how to make a math problem solving program using python and visual studio code

Опубликовано: 12 Июль 2024
на канале: CodeCraft
75
4

hey guys it is me CodeCraft and in this video i showed you guys how to make a math problem solving program .
i hope you guys liked my effort of making this video please like, subscribe and turn on the notification bell so u guys don`t miss any updates.

and i am sorry for the way i am talking this is my first video of the channel.

also sorry for the watermark i don`t use premium so here is the code:
how to make a math problem solving program using python and visual studio code
num1 = int(input("Enter your first number :"))
num2 = int(input("Enter your second number :"))

#addision
result = num1 + num2
print("The addision of", num1, "and", num2, "is :", result)

#subtraction
result = num1 - num2
print("The subtraction of", num1, "and", num2, "is :", result)

#multiplication
result = num1 * num2
print("The multiplication of", num1, "and", num2, "is :", result)

#division
result = num1 / num2
print("The division of", num1, "and", num2, "is :", result)


На этой странице сайта вы можете посмотреть видео онлайн how to make a math problem solving program using python and visual studio code длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь CodeCraft 12 Июль 2024, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 75 раз и оно понравилось 4 зрителям. Приятного просмотра!