Skip to content

Commit 7c3948a

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/MyFirPython.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)}
28+
newDict3={x:x**2 for x in (1,2,3,4,5)}
2929
print(newDict3)

0 commit comments

Comments
 (0)