Python program to add two numbers #shorts #coding #programming

preview_player
Показать описание


If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)

Follow Us:

#shorts #coding #programming

DISCLOSURE: This video and description might contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help supports the channel and allows us to continue to make videos like this. Thank you for the support! [Intro Song Credit]
Valence - Infinite [NCS Release]
Рекомендации по теме
Комментарии
Автор

Hello @Tech Decode Tutorials, can you make a video tutorial about how to run Rust in Visual Studio Code on Windows 10?

chenthecsiemaster
Автор

Bro:

a=input(“print a”)
b=input(“print b”)

print(a, “+”, b, “=“, a+b)

xghostrider_
Автор

a=10
b=29
C=(a+b)
Print('c')...it's done

NikhithaEppa
Автор

a = float(input('enter value for a:'))
b = float(input('enter value for b :'))
Print(a+b)

Use this way u can save 2 more lines 🤣🤣🤣🤣🤣😄😄😄

rajeshm