Python Forum
what happened to these string?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what happened to these string?
#1
i coded this and ran it in python3:
a = """foo"""
"""bar1"""
"""bar2"""
"""bar3"""
print(a)
it ran without any exception and output just foo. what happened to the 3 "bar" strings? where did they go? to string heaven or to string hell or into a gooey tar pit?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
what happened to these string? - by Skaperen - Dec-11-2019, 01:52 AM
RE: what happened to these string? - by jefsummers - Dec-11-2019, 02:24 AM
RE: what happened to these string? - by ichabod801 - Dec-11-2019, 02:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  what happened here Ricardo14 2 2,565 Apr-20-2020, 04:05 PM
Last Post: Ricardo14

Forum Jump:

User Panel Messages

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