secound commit

This commit is contained in:
Crai-cry 2026-03-23 11:30:05 +03:00
parent 17bed36618
commit 9ecd53bd3c

View File

@ -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()