History, asked by chiragsaroha, 9 months ago

write the main features of hormonidas​

Answers

Answered by devangroy1234
1

Answer:

print("Hello")

print("__name__ value: ", __name__)

def main():

print("python main function")

if __name__ == '__main__':

main()

Similar questions