HACKINGS | Python Tutorial - 21 (Modules). LOMBOX



Code used :


Python Modules -


For creating module -

def keyboard():
    print ('hi')



For importing the modules-






import keyboard
import random

test.keyboard()

x = random.randrange(1,1000)
print (x)




Other posts -










Komentar

Postingan Populer