We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864352a commit a6e6f69Copy full SHA for a6e6f69
addtwonumber.py
@@ -1,4 +1,4 @@
1
-//Python Program to Add Two Numbers
+#Python Program to Add Two Numbers
2
a = int(input("enter first number: "))
3
b = int(input("enter second number: "))
4
0 commit comments