Add Python notes
This commit is contained in:
3
python/модули/from.py
Executable file
3
python/модули/from.py
Executable file
@@ -0,0 +1,3 @@
|
||||
#Можно подключить только 1 функцию из модуля
|
||||
from random import randint as random
|
||||
print(random(1,20))
|
||||
Reference in New Issue
Block a user