Changes to be committed:
This commit is contained in:
4
dzien_01/skrypt_05_modules.py
Normal file
4
dzien_01/skrypt_05_modules.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import random
|
||||
|
||||
liczba_losowa = random.randint(3,45)
|
||||
print(f"Wylosowano: {liczba_losowa}")
|
||||
Reference in New Issue
Block a user