+ 1
Any suggestions for a first project?
Beginner
5 Respostas
+ 6
https://www.sololearn.com/discuss/187862/?ref=app
visit this post for a while maybe you'll find a project you like 😁
hope this help 😁
+ 1
how do I even begin? do you learn at first by copying other peoples codes? I am.good at reading and remembering the answers to questions but I still have no.idea how to start with the actual coding.
0
Rock, Paper, Scissors is a nice easy project to start with.
0
Start by finding a way to retrieve users input, then generate a random value for the cpu choice, then finally get it to print who the winner was.
0
Agenda
A simple agenda that stores information of people (Name, Phone and Email). Your options in the agenda are: retrieve information about someone (you must input the person's name); Adding a new entry (you must input Name, Phone and Email), Delete an entry (you must input the person's name). The agenda must be persistent: after you add or remove someone, the information must remain there after you close the program. In other words, the information will be stored in a text file.