In which program we can do coding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In which program we can do coding

In which program we can do coding

16th Jan 2024, 10:09 AM
Deepika Sharma
Deepika Sharma - avatar
3 Answers
+ 3
VS Code is a popular choice when it comes to code editors but you can just go through others like Atom, sublime, etc., and find the one that suits you.
16th Jan 2024, 10:47 AM
卂ㄚㄩ丂卄
卂ㄚㄩ丂卄 - avatar
+ 2
Thank you
16th Jan 2024, 11:00 AM
Deepika Sharma
Deepika Sharma - avatar
+ 1
Run this command in python Import random H =random.randint(1, 10) print("guess the number 1 to 10") Guess = None while guess!= H: Guess = int(input('your guess: ')) If guess >= H: print("too high") If guess <= H: print("too low") Print("congratulations you won")
18th Jan 2024, 8:41 AM
Dharmraj Maurya
Dharmraj Maurya - avatar