Python Forum
Cant multiply sequence by non-int type 'str'
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cant multiply sequence by non-int type 'str'
#4
The float function doesn't change the variable, it creates a new floating point number from the string. So you need to assign it to something. Often you just do a = float(a). Then you don't have to keep converting after the initial conversion. That should clear up your error.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Cant multiply sequence by non-int type 'str' - by ichabod801 - Apr-24-2017, 02:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why can't I explicitly call __bool__() on sequence type? quazirfan 11 4,720 Aug-20-2021, 06:49 AM
Last Post: Gribouillis
  Error : "can't multiply sequence by non-int of type 'float' " Ala 3 3,113 Apr-13-2021, 10:33 AM
Last Post: deanhystad
  TypeError: can't multiply sequence by non-int of type 'float' DimosG 3 3,403 Apr-04-2020, 05:16 AM
Last Post: michael1789
  TypeError: can't multiply sequence by non-int of type 'str' emmapaw24 2 2,528 Feb-03-2020, 05:50 PM
Last Post: michael1789
  Type hinting - return type based on parameter micseydel 2 2,520 Jan-14-2020, 01:20 AM
Last Post: micseydel
  TypeError: can't multiply sequence by non-int of type 'str' rregorr 2 2,470 Jun-28-2019, 04:43 PM
Last Post: Yoriz
  TypeError: can't multiply sequence by non-int of type 'str' pythonnoob1234 4 4,329 May-21-2018, 06:12 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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