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