Python IDE en línea
#1
https://www.onlinegdb.com/online_python_compiler
#2
https://repl.it/languages/python3
iTry
#1
https://www.onlinegdb.com/online_python_compiler
#2
https://repl.it/languages/python3
Use this site
https://repl.it/languages/python3
print("أدخل الرقم الأول")
x = int(input())
print("Enter second num")
y = int(input())
c = x + y
print("مجموع الرقمين",c)