8000 #upperlettr write · chandantech56/python-class@42f69c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42f69c2

Browse files
committed
#upperlettr write
1 parent 6c54eb9 commit 42f69c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python_class5/class5.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
kala=[1,2,3,4,6,5,7,8,4]
22
print(kala)
3-
print(2 in kala)
3+
print(2 in kala)
4+
name = "chandan"
5+
result = name.upper()
6+
print(result)

0 commit comments

Comments
 (0)
0