Home | Siuuuu Project | Study Plan | Data Structures Project | Notes | Github Actions | Create Task |
Sponsor: Hackclub
Team: Siuuuu
Our project is built towards people’s improvement in coding. We provide a series of tasks that increase in difficulty as users complete each level. The levels go from beginner, intermediate, to hard and will implement a repl.it console feature to input code. Enjoy the journey coders!
Replit Project
Code Snippets:
Questions hardcoded in for now; user input with submit answer:
Checks if user input is correct or not (Matches the print(‘Hello World’) statement
- We plan on doing this for all tasks but need to find a way to make it less complex (ie. data abstraction)