Python Forum
Please help. Simple homework
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please help. Simple homework
#4
For the first one you are close, you just need to put it all in the int().
rating = int(input('Enter an integer rating between 1 and 10'))
print(rating, type(rating))
For the second, there are a number of errors. I think you just need a basic print() statement print("Hello World").
Reply


Messages In This Thread
Please help. Simple homework - by Asm0deus314 - Feb-02-2020, 05:12 PM
RE: Please help. Simple homework - by michael1789 - Feb-02-2020, 06:17 PM
RE: Please help. Simple homework - by Asm0deus314 - Feb-02-2020, 06:29 PM
RE: Please help. Simple homework - by michael1789 - Feb-02-2020, 07:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Where can I get loooads of simple homework questions for kids? omar 3 1,150 Jun-25-2024, 11:43 AM
Last Post: kiddoo
  [TkInter]Simple Python Homework zaji_123 4 4,204 Jan-01-2021, 07:09 PM
Last Post: EliesBe
  i've got these very simple homework HakolYahol 7 5,786 Aug-12-2018, 10:18 AM
Last Post: HakolYahol
  Homework Help - Simple Grading System Segovia 7 8,066 Jul-24-2018, 10:55 PM
Last Post: Segovia

Forum Jump:

User Panel Messages

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