Skip to content

Commit a6e6f69

Browse files
authored
Update addtwonumber.py
Fixed comment to valid pythonic syntax
1 parent 864352a commit a6e6f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addtwonumber.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Python Program to Add Two Numbers
1+
#Python Program to Add Two Numbers
22
a = int(input("enter first number: "))
33
b = int(input("enter second number: "))
44

0 commit comments

Comments
 (0)