Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Int Object is not callable
#3
length()? Where is the length() function defined?

Why are you complicating things by doing this:
Output:
Do you want uppercase letters? [a] yes [b] no
Instead of
Quote:Do you want uppercase letters (y/n)?
Adding [a] and [b] makes the prompt longer, adds confusion to what you should enter ('yes' or 'a'?) and adds extra code to handle the unnecessary confusion.
Reply


Messages In This Thread
Int Object is not callable - by manutd_to - Jul-30-2020, 07:03 PM
RE: Int Object is not callable - by Yoriz - Jul-30-2020, 07:15 PM
RE: Int Object is not callable - by deanhystad - Jul-30-2020, 07:33 PM
RE: Int Object is not callable - by manutd_to - Jul-30-2020, 08:16 PM
RE: Int Object is not callable - by deanhystad - Jul-30-2020, 10:36 PM
RE: Int Object is not callable - by perfringo - Jul-30-2020, 08:35 PM
RE: Int Object is not callable - by manutd_to - Jul-30-2020, 11:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  error in class: TypeError: 'str' object is not callable akbarza 2 731 Dec-30-2023, 04:35 PM
Last Post: deanhystad
  TypeError: 'NoneType' object is not callable akbarza 4 1,456 Aug-24-2023, 05:14 PM
Last Post: snippsat
  [NEW CODER] TypeError: Object is not callable iwantyoursec 5 1,747 Aug-23-2023, 06:21 PM
Last Post: deanhystad
  Need help with 'str' object is not callable error. Fare 4 1,076 Jul-23-2023, 02:25 PM
Last Post: Fare
  TypeError: 'float' object is not callable #1 isdito2001 1 1,235 Jan-21-2023, 12:43 AM
Last Post: Yoriz
  'SSHClient' object is not callable 3lnyn0 1 1,314 Dec-15-2022, 03:40 AM
Last Post: deanhystad
  TypeError: 'float' object is not callable TimofeyKolpakov 3 1,798 Dec-04-2022, 04:58 PM
Last Post: TimofeyKolpakov
  API Post issue "TypeError: 'str' object is not callable" makeeley 2 2,201 Oct-30-2022, 12:53 PM
Last Post: makeeley
  Merge htm files with shutil library (TypeError: 'module' object is not callable) Melcu54 5 1,846 Aug-28-2022, 07:11 AM
Last Post: Melcu54
  [split] TypeError: 'int' object is not callable flash77 4 2,973 Mar-21-2022, 09:44 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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