COMPUTER SCIENCE PYTHON AND C++
Sunday, June 28, 2020
Main Function in Pyhton
def jnv():
print('lockdown')
def gur():
jnv()
print("Guru99")
def main():
gur()
gur()
jnv()
print("hello world!")
if __name__ == "__main__":
main()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment