- Country
- Brazil
Just talk about anything you want not related to android games something like...
A math problem?
Or something that really made your day (good or bad)?
philosophical questions?
a little code you made for the first time ?
A math problem?
Or something that really made your day (good or bad)?
philosophical questions?
a little code you made for the first time ?
Python:
def main (question):
if question == 'random':
print("Ok her's your lucky number"+str(randint(0,11)))
else:
print("well hello I guess")
q = input("get a lucky number just type luky: ).lower
main(q)
