This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Game: | |
from random import * | |
from turtle import * | |
from freegames import vector | |
def value(): | |
"Randomly generate value between (-5, -3) or (3, 5)." | |
return (3 + random() * 2) * choice([1, -1]) | |
ball = vector(0, 0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python made virus. The virus has some hidden files, thats the virus. You may need to mess around to get it to work tho. | |
It just repeats over, over, over again. Whatever you want it to say! |