Inspiration

I followed the Intro to Python stream.

What it does

It collects information of different users and outputs a sentence based on that information. At the very end, it randomly generates and number to declare that user the best.

How we built it

Using replit

Challenges we ran into

I tried to create a condition when age was less than one so I typed 'while(age<1):' which didn't work because age was a string value so it couldn't be compared to a number. I corrected it by typecasting age to an int with 'while(int(age)<1):'.

What we learned

I haven't coded with python in a while, so it was helpful to review the basics.

What's next for Intro to Python

Kev suggested we build word games such as Mad Libs or other general projects such as a To-Do List and Battleship.

Built With

Share this project:

Updates