We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd2b52 commit fb42fb4Copy full SHA for fb42fb4
NP49.py
@@ -1,5 +1,5 @@
1
my_list = ['P', 'y', 't', 'h', 'o', 'n']
2
-print('Here is the original list:\n {}'.format(my_list))
+print('Here is the original list:\n{}'.format(my_list))
3
4
print() # 为了空行
5
-print('The number that my_list has is:\n {}'.format(len(my_list)))
+print('The number that my_list has is:\n{}'.format(len(my_list)))
0 commit comments