Adding two no. in python using input function...

preview_player
Показать описание
a=int(input("Enter first no. :"))
b=int(input("Enter second no. :"))
print(a+b)
Рекомендации по теме
welcome to shbcf.ru