Python Forum
How to use positional arguments
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use positional arguments
#2
turtle.textinput takes two positional positional parameters, a title for the pop up window and a prompt detailing the response needed. You only provided one, so turtle assume it was the title, and wanted to know where the prompt was.

It's always good to check the documentation on errors like this: https://docs.python.org/3.5/library/turt....textinput
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
How to use positional arguments - by RedSkeleton007 - Aug-29-2017, 01:07 AM
RE: How to use positional arguments - by ichabod801 - Aug-29-2017, 01:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error TypeError: output_type_handler() takes 2 positional arguments but 6 were given paulo79 1 2,141 Oct-17-2022, 06:29 PM
Last Post: paulo79
  TypeError: missing 3 required positional arguments: wardancer84 9 11,568 Aug-19-2021, 04:27 PM
Last Post: deanhystad
  TypeError: max_value() missing 2 required positional arguments: 'alpha' and 'beta' Anldra12 2 4,337 May-15-2021, 04:15 PM
Last Post: Anldra12
  How to reuse positional arguments entered in terminal. rcmanu95 1 1,974 Jul-04-2020, 01:00 AM
Last Post: bowlofred
  random.choice() takes two positional arguments, but three were given. ShakeyPakey 5 12,115 May-31-2020, 03:13 PM
Last Post: deanhystad
  TypeError: add() missing 2 required positional arguments NectDz 5 13,450 May-28-2020, 02:54 PM
Last Post: BitPythoner
  add() takes 2 positional arguments but 3 were given Man_from_India 3 6,032 Feb-10-2020, 05:08 PM
Last Post: Man_from_India
  takes 21 positional arguments but 24 were given sophsoph 5 4,014 Jun-21-2019, 12:53 AM
Last Post: ichabod801
  python 3.8 and positional arguments vojo 4 2,939 Jun-10-2019, 10:00 PM
Last Post: DeaD_EyE
  Missing 2 Required Positional Arguments: SwiftWater 1 20,162 Feb-28-2019, 08:57 AM
Last Post: buran

Forum Jump:

User Panel Messages

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