Python Forum
print function help percentage and slash (multiple variables)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
print function help percentage and slash (multiple variables)
#4
"return" as in carriage return. When you hit return to go to the next line, it terminates the statement unless you are inside parentheses/brackets/braces, you are in a triple-quote, or the return is escaped with a preceding backslash.
Reply


Messages In This Thread
RE: print function help percentage and slash (multiple variables) - by bowlofred - Aug-10-2020, 02:51 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  print doesnt work in a function ony 2 318 Mar-11-2024, 12:42 PM
Last Post: Pedroski55
  How to print variables in function? samuelbachorik 3 925 Dec-31-2022, 11:12 PM
Last Post: stevendaprano
  How to print the output of a defined function bshoushtarian 4 1,334 Sep-08-2022, 01:44 PM
Last Post: deanhystad
  change backslash into slash in a path paul18fr 7 2,448 Jul-21-2022, 04:26 PM
Last Post: deanhystad
  User-defined function to reset variables? Mark17 3 1,682 May-25-2022, 07:22 PM
Last Post: Gribouillis
Sad Iterate randint() multiple times when calling a function Jake123 2 2,082 Feb-15-2022, 10:56 PM
Last Post: deanhystad
  Storing variables into one file for use in multiple Jupyter notebooks devansing 1 1,765 Feb-05-2022, 10:04 AM
Last Post: ibreeden
  Why does absence of print command outputs quotes in function? Mark17 2 1,407 Jan-04-2022, 07:08 PM
Last Post: ndc85430
  return vs. print in nested function example Mark17 4 1,778 Jan-04-2022, 06:02 PM
Last Post: jefsummers
  How can I assign "multiple variables" to a single "value"? Psycpus 2 1,885 Oct-04-2021, 03:29 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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