Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clarification
#3
Okay, that makes sense, so they are putting int(input("How old are you: ")) because it is in string format but you want the input to be an integer, that makes sense, so like wise you could put name = str(input("What is your name: ")) but don't have to because it would already accept the input of a string. Thank you @Lux
Reply


Messages In This Thread
Clarification - by Hammuel - Oct-29-2017, 10:37 PM
RE: Clarification - by Lux - Oct-29-2017, 11:40 PM
RE: Clarification - by Hammuel - Oct-30-2017, 12:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can I get some clarification on importing functions from external files. wh33t 3 944 Feb-25-2023, 08:07 PM
Last Post: deanhystad
  Looking for clarification related to performance Pymon 5 2,111 Apr-04-2022, 04:47 PM
Last Post: deanhystad
  Read Tensorflow Documentation - Clarification IoannisDem 0 1,196 Aug-20-2021, 10:36 AM
Last Post: IoannisDem
  *args implementation and clarification about tuple status amjass12 10 4,145 Jul-07-2021, 10:29 AM
Last Post: amjass12
  Just need some clarification Tonje 3 2,110 Oct-01-2020, 03:52 PM
Last Post: deanhystad
  Global Variables - Some Points Needing Clarification. adt 4 3,006 Nov-30-2019, 01:23 PM
Last Post: adt

Forum Jump:

User Panel Messages

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