+ 1

I'm doing python and still don't know how to write my own code?

Plz tell me how to write our own code...I'm doing python practically too...but still having problem In writing my own code...so plz help

11th Nov 2020, 8:08 AM
riya charles
riya charles - avatar
4 ответов
+ 4
It is always hard to get started, to find an idea which encourages you to become familiar with the syntax, and the importance of research. May I suggest some simple games which involve invoking random numbers. DICE games ROCK PAPER SCISSORS Casino games Roullette Player character generation Etc..... Start with a simple concept and build on it from random import randint as r print(r(1,6))
11th Nov 2020, 9:47 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
After learning the basics it is mainly practice. In SL you can do community and code coach challenges. On many other sites you can do practice tasks. And you can come up with your own practice tasks of course. Use Google, stack overflow, docs etc if you have problems
11th Nov 2020, 8:22 AM
Benjamin Jürgens
Benjamin Jürgens - avatar
+ 2
Rik Wittkopp Thank u...I'll do it 😊
11th Nov 2020, 9:57 AM
riya charles
riya charles - avatar
+ 1
Benjamin Jurgens... Thanks for your help I'll give it a try...
11th Nov 2020, 8:29 AM
riya charles
riya charles - avatar