Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
return variable in func
#2
you're not assigning the return value to anything:
word2(word)
it needs a home:
newword = word2(word)
Reply


Messages In This Thread
return variable in func - by mepyyeti - Mar-01-2018, 02:07 AM
RE: return variable in func - by Larz60+ - Mar-01-2018, 02:30 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to output one value per request of the CSV and print it in another func? Student44 3 1,351 Nov-11-2022, 10:45 PM
Last Post: snippsat
  Func Animation not displaying my live graph jotalo 0 1,567 Nov-13-2020, 10:56 PM
Last Post: jotalo
  Trying to write func("abcd") -> "abbcccdddd" omm 8 4,124 Oct-24-2020, 03:41 AM
Last Post: bowlofred
  Function will not return variable that I think is defined Oldman45 6 3,535 Aug-18-2020, 08:50 PM
Last Post: deanhystad
  [split] script: remove all "carriage return" from my json variable pete 2 2,811 May-05-2020, 03:22 PM
Last Post: deanhystad
  call func from dict mcmxl22 3 2,864 Jun-21-2019, 05:20 AM
Last Post: snippsat
  About [from FILE import FUNC] Nwb 7 3,623 Apr-21-2019, 02:46 PM
Last Post: snippsat
  script: remove all "carriage return" from my json variable mfran2002 4 11,227 Feb-20-2019, 05:07 AM
Last Post: mfran2002
  Executing func() from a different folder ebolisa 2 2,358 Jan-14-2019, 10:18 AM
Last Post: ebolisa
  Correct number wrong position func. albry 5 6,026 Jan-11-2019, 04:01 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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