No products in the cart.

Write a program for word jumble …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a program for word jumble game whwre computer will randomly pick a word from a sequence (tuple). The user should guess a word from the tuple if it is correct and then print an appropriate message.the tuple is given as follow: WORDS=("Python","cobol","C++","visual studio","MySql","Fortran")
  • 2 answers

Milind Pandey 3 years, 4 months ago

import random WORDS=("Python","cobol","C++","visual studio","MySql","Fortran") a=1 while a==1: a=random.choices(WORDS) print(a) a=int(input("if you want to play again then press 1 or press any number::"))

Harsh Mishra 3 years, 4 months ago

Sorry, yaar par apne ko nahi lagta kee yahaan ke teachers se Computer Science ata hai... Cause they're good at copying things not in understanding them & CS requires theoretical as well as practical work, so ask from someone who knows about it.. :D
http://mycbseguide.com/examin8/

Related Questions

Import math ceil
  • 1 answers
What is the function of def()?
  • 2 answers
Whate is global scope
  • 1 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App