Computer Science, asked by jhaakriti987, 1 month ago

Its urgent........solve asap please.......
write python code for a game which displays the meaning and we have to guess the word.​

Answers

Answered by RitikaMahapatra1234
0

Answer:

Python is a powerful multi-purpose programming language used by multiple giant companies. It has simple and easy to use syntax making it perfect language for someone trying to learn computer programming for first time. It is a high-level programming language, and its core design philosophy is all about code readability and a syntax which allows programmers to express concepts in a few lines of code.

In this article, we will use random module to make a word guessing game. This game is for beginners learning to code in python and to give them a little brief about using strings, loops and conditional(If, else) statements.

Similar questions