First commit
This commit is contained in:
5
titres_SE.py
Normal file
5
titres_SE.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from random import randrange
|
||||
|
||||
games = ["Final Fantasy", "Marvel\'s Avengers", "Guardians of the Galaxy", "Tomb Raider", "Hitman", "Sleeping Dogs"]
|
||||
|
||||
print("Square Enix say that %s sales are below expectations" % (games[randrange(0, len(games))]))
|
||||
Reference in New Issue
Block a user