spaceashwin123 Posted on Jul 11, 2019 the game is over #replit #python hey there Top comments (12) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Joya Clark Joya Clark Joya Clark Follow Joined Jul 11, 2019 • Jul 12 '19 Dropdown menu Copy link Hide Write a program that: Requests the user’s name Requests the user’s age 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 Expand Joya Clark Joya Clark Joya Clark Follow Joined Jul 11, 2019 • Jul 12 '19 Dropdown menu Copy link Hide 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 Expand jhannskybound jhannskybound jhannskybound Follow Joined Jul 11, 2019 • Jul 11 '19 • Edited on Jul 11 • Edited Dropdown menu Copy link Hide print("hey there")hehehehehehehe Collapse Expand spaceashwin123 spaceashwin123 spaceashwin123 Follow philo Location jersey Work teacher at NJIT Joined Jul 11, 2019 • Jul 11 '19 Dropdown menu Copy link Hide respect Collapse Expand Joya Clark Joya Clark Joya Clark Follow Joined Jul 11, 2019 • Jul 11 '19 Dropdown menu Copy link Hide print("hey") Collapse Expand spaceashwin spaceashwin spaceashwin Follow Joined Jul 11, 2019 • Jul 11 '19 Dropdown menu Copy link Hide i think I can do it Collapse Expand spaceashwin spaceashwin spaceashwin Follow Joined Jul 11, 2019 • Jul 11 '19 Dropdown menu Copy link Hide print("not now") a= 10 b= 15 sum = a+b print(sum) View full discussion (12 comments) Some comments may only be visible to logged-in visitors. Sign in to view all comments. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (12)
Write a program that:
Implement a program that requests a list of words from the user and then prints each word in the list that is not 'skybound'.
print("hey there")hehehehehehehe
respect
print("hey")
i think I can do it
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.