Skip to content

Commit c812f14

Browse files
committed
1.虚拟机提交数据1
1 parent 7c3948a commit c812f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com/newtest/01-基本数据类型/字典_Demo1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
# print('****',i,j,'****')
2626

2727

28-
newDict3={x:x**2 for x in (1,2,3,4,5)}
28+
newDict3={x:x**2 for x in (1,2,3,4,5,6)}
2929
print(newDict3)

0 commit comments

Comments
 (0)