linuxfizierung
This commit is contained in:
parent
f10e493353
commit
52af226b5b
2 changed files with 2 additions and 0 deletions
1
first.py
Normal file → Executable file
1
first.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#/bin/python3
|
||||||
import pygame
|
import pygame
|
||||||
from random import randint as ri
|
from random import randint as ri
|
||||||
def scale(vaktor):
|
def scale(vaktor):
|
||||||
|
|
1
main.py
Normal file → Executable file
1
main.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#/bin/python3
|
||||||
import pygame
|
import pygame
|
||||||
from random import randint as ri
|
from random import randint as ri
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue