Python Forum
SyntaxError: positional argument follows keyword argument
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SyntaxError: positional argument follows keyword argument
#2
Getting the format, though not in 1 line:
third=int(input('Enter another number: '))
fourth=int(input('Enter yet another number: '))+third
print(f'Sum is {fourth}')
Reply


Messages In This Thread
RE: SyntaxError: positional argument follows keyword argument - by jefsummers - Feb-24-2020, 12:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  TypeError: Diagram.render() takes 1 positional argument but 2 were given sachin1361 0 345 Apr-23-2024, 06:39 AM
Last Post: sachin1361
  501 Server cannot accept argument anna17 0 336 Apr-11-2024, 01:08 AM
Last Post: anna17
  Django "Unexpected Keyword Argument 'min_value'" AstralWeeks 0 378 Mar-27-2024, 04:56 AM
Last Post: AstralWeeks
  File is not being created with 'w' argument CAD79 3 575 Mar-14-2024, 12:05 PM
Last Post: snippsat
  __init__() got multiple values for argument 'schema' dawid294 4 3,189 Jan-03-2024, 09:42 AM
Last Post: buran
  mutable argument in function definition akbarza 1 597 Dec-15-2023, 02:00 PM
Last Post: deanhystad
  Find a specific keyword after another keyword and change the output sgtmcc 5 977 Oct-05-2023, 07:41 PM
Last Post: deanhystad
  Strange argument count error rowan_bradley 3 850 Aug-06-2023, 10:58 AM
Last Post: rowan_bradley
  Invalid argument: 'images\x08ackground.jpg' CatBall 4 1,112 Jun-19-2023, 09:28 AM
Last Post: CatBall
Information How to take url in telegram bot user input and put it as an argument in a function? askfriends 0 1,246 Dec-25-2022, 03:00 PM
Last Post: askfriends

Forum Jump:

User Panel Messages

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