Python Forum
How to print number from user
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to print number from user
#4
print('Hello', + person)
remove the comma

I strongly recommend you start using the f-string method (first appears in python 3.6),
this is going to start showing up in all new code, so get used to it now and you will be in compliance later.
It is so much better that the old formatting methods.

also you get an indentation error because you have an indentation error.
all code should start in column 1 here. see: https://www.python-course.eu/python3_blocks.php
Reply


Messages In This Thread
How to print number from user - by Rehan11 - Dec-01-2017, 05:59 AM
RE: How to print number from user - by Larz60+ - Dec-01-2017, 06:24 AM
RE: How to print number from user - by Rehan11 - Dec-01-2017, 04:32 PM
RE: How to print number from user - by Larz60+ - Dec-01-2017, 05:23 PM
RE: How to print number from user - by Rehan11 - Dec-03-2017, 02:56 PM
RE: How to print number from user - by Larz60+ - Dec-03-2017, 03:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Randomly Print a Quote From a Text File When User Types a Command on Main Menu BillKochman 13 1,380 Apr-24-2024, 05:47 AM
Last Post: Bronjer
  Print Player Name and Number of Pokemon webmanoffesto 1 1,163 Aug-23-2022, 08:54 PM
Last Post: deanhystad
  print two different sequence number mantonegro 2 1,771 Nov-16-2020, 06:19 PM
Last Post: mantonegro
  Print the number of items in a list on ubuntu terminal buttercup 2 2,012 Jul-24-2020, 01:46 PM
Last Post: ndc85430
  Beginner Code, how to print something after a number of turns (guessing game) QTPi 4 2,913 Jun-18-2020, 04:59 PM
Last Post: QTPi
  if the input is not number, let user input again teatea 14 9,428 Jun-02-2020, 07:03 PM
Last Post: ibutun
  Print 'X' a number of times Than999 1 2,714 Jan-18-2020, 06:41 PM
Last Post: Larz60+
  how do I make a number only print once but the number keeps on decreasing? syafiq14 5 3,077 Jan-03-2020, 10:34 AM
Last Post: perfringo
  Find Average of User Input Defined number of Scores DustinKlent 1 4,483 Oct-25-2019, 12:40 AM
Last Post: Larz60+
  print number of a list line per line lateublegende 2 2,798 Mar-20-2019, 04:07 PM
Last Post: lateublegende

Forum Jump:

User Panel Messages

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