Mastering Python Second Edition Release Code
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
def print_value(value):
|
||||
print('value:', value)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
for i in range(5):
|
||||
print_value(i)
|
||||
Reference in New Issue
Block a user