+ 1
how do i create a code
how to create a code to solve a problem
5 Respostas
+ 6
Keep learning and do the SoloLearn courses, and you'll find out :)
Don't forget to practice, and exploring yourself 🚀
+ 6
Nagida ,
you have joined sololearn just some hours ago, and you have not finished any of the tutorials until now.
if you wanted to learn python, select the `introduction to python` and start learning.
(you can find the tutorials in the learn section)
also do exercises that you can find in the tutorials and also use `code coach exercises` from the community section.
without having learned the basics of programming language you will hardly be able to create proper codes.
be aware that learning to code will take some time and also some effort. be patient and continue learning...
+ 4
Hi Nagida,
This is how to create a code to solve a problem in Python:
1. Understand the problem: Define inputs and expected outputs.
2. Plan your solution: Outline the steps your code will need.
3. Code and test step-by-step: Write a small part, test it, thenn continue.
4. Refine and debugg: Adjust as needed for clarity and efficiency.
+ 3
describe it better, and show you code....
this is not a homework service....
if you want to show something text on the screen, use the print() function
if you need something to be entered in a prompt, use the input() function
and so on....
first you need to learn the basics, so you are on a great place! :-)