X Tutup
#!/usr/bin/python3 # syntax.py def main(): print("This is the syntax.py file.") if __name__ == "__main__": main()
X Tutup