Skip to content

Commit

Permalink
re-org
Browse files Browse the repository at this point in the history
  • Loading branch information
snow feng committed Jun 7, 2024
1 parent f2f594d commit 89230d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CartonPython/lesson3/ch_3_2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/python
# Filename : ch_3_2.py

x = 28
print (type(x))

y = '你好'
print (type(y))

z = True
print (type(z))

i = 3.14159265354
print (type(i))
File renamed without changes.

0 comments on commit 89230d2

Please sign in to comment.