DEV Community

spaceashwin123
spaceashwin123

Posted on

the game is over

hey there

Top comments (12)

Collapse
 
joya9900 profile image
Joya Clark

Write a program that:

  1. Requests the user’s name
  2. Requests the user’s age
  3. Computes the user’s age one year from now and prints the message shown >>> Enter your name: Marie >>>Enter your age: 17 Marie, you will be 18 next year!
Collapse
 
joya9900 profile image
Joya Clark

Implement a program that requests a list of words from the user and then prints each word in the list that is not 'skybound'.

Enter list of words: ['cia','skybound','mi6','isi','skybound']
cia
mi6
isi


Collapse
 
jhannskybound profile image
jhannskybound • Edited

print("hey there")hehehehehehehe

Collapse
 
spaceashwin123 profile image
spaceashwin123

respect

Collapse
 
joya9900 profile image
Joya Clark

print("hey")

Collapse
 
spaceashwin profile image
spaceashwin

i think I can do it

Collapse
 
spaceashwin profile image
spaceashwin

print("not now")
a= 10
b= 15
sum = a+b
print(sum)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.