Python Forum
Need help with Keywords in Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with Keywords in Python
#1
Hello I'm looking for someone to help me with Keywords in Python the coursework is GCSE and is due in tomorrow

key_words = ("Screen", "Power", "Wifi") user_input = input("What is your problem today? ") user_words = user_input.split() for word in user_words: if "Power" in key_words: print("Please #### ######### for word in key_words: if "Screen" in key_words: print("Hello")

Moderator sparkz_alot:
Moved thread to homework
Reply


Messages In This Thread
Need help with Keywords in Python - by Zaprios - Mar-23-2017, 02:24 PM
RE: Need help with Keywords in Python - by wavic - Mar-23-2017, 02:29 PM
RE: Need help with Keywords in Python - by Zaprios - Mar-23-2017, 02:30 PM
RE: Need help with Keywords in Python - by nilamo - Mar-23-2017, 07:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Repeat keywords at end of every line knob 4 2,366 Sep-15-2020, 06:38 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020