Modules😊

# #Random module example
# import random
# list=[1,3,5,7,9,11]
# choice=random.choice(list)
# print(choice)
# #Image module example . Use ' when covering not " . Always use from Pil import image,BEC It is syntax
# from PIL import Image
# im = Image.open('C:\\Users\\alex9\\OneDrive\\Pictures\\images.jpg')
# im.show()
#time
# import time
# inpot=input()
# if inpot=="what is time":
# times=time.asctime()
# print(times)
# else:
# print("You entered wrong word")

Comments

Popular posts from this blog

IO BASIC

Y.T Videos downloader [Python]

Convert PDF To Audiobook [Without Python]