Skip to content

Commit 383259b

Browse files
committed
Create 2nd.py
1 parent fde3059 commit 383259b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

2nd.py

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Variable
2+
a = 10
3+
b = 10 * a
4+
print(b)
5+
6+
# User INPUT Integer
7+
i =(input("enter number="))
8+
print(i)
9+
10+
11+
# String Variable
12+
# str1 = "Shaikh"
13+
# str2 = "Minhaj"
14+
# print(int (str1 + str2))

0 commit comments

Comments
 (0)