-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1f21a8
commit d04a454
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import time | ||
import random | ||
import twint | ||
|
||
print('Hello Hi There this is just a simple game') | ||
time.sleep(1.5) | ||
print('You dont need to be here') | ||
time.sleep(1.5) | ||
print('You can press CTRL+C to Exit this game if you want to but if you want adventures Sure Why not') | ||
time.sleep(1.5) | ||
print('...') | ||
time.sleep(1.5) | ||
print('....') | ||
time.sleep(1.5) | ||
print('.....') | ||
time.sleep(1.5) | ||
print('You can ask me to add some cool stuff to this game at https://github.com/Leontking2/Leontking2') | ||
print('Do you wanna see all the tweets of a user?,Cuz Luckily i had The Twint Moudle Installed') | ||
print('If you wish to see some tweets of a user type Y if you Dont Type N') |