fix: 增加日记记录
This commit is contained in:
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
+11
@@ -0,0 +1,11 @@
|
||||
a = 10
|
||||
b = 0b10
|
||||
c = 0o10
|
||||
d = 0x10
|
||||
e = 1.0
|
||||
|
||||
print(a)
|
||||
print(b)
|
||||
print(c)
|
||||
print(d)
|
||||
print(e)
|
||||
Reference in New Issue
Block a user