secound commit
This commit is contained in:
parent
17bed36618
commit
9ecd53bd3c
@ -1,6 +1,11 @@
|
||||
import json
|
||||
import csv
|
||||
def output_ls():
|
||||
print(1)
|
||||
print(2)
|
||||
def main():
|
||||
print("Hello World")
|
||||
output_ls()
|
||||
if __name__ =="__main__":
|
||||
#òóïî âûâîä
|
||||
main()
|
||||
Loading…
Reference in New Issue
Block a user