Python Forum
wierd output syntax for variables
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wierd output syntax for variables
#1
I feel as if I'm doing the code correctly and it comes out with an outcome but the outcome for the print function is being weird (I'm using Visual Studio Code on Kali Linux and I'm new).
My Code:
hello = "Hello this is"
print(hello, "code")
Outcome: ('Hello this is', 'code')
Reply


Messages In This Thread
wierd output syntax for variables - by Zirizo - May-07-2020, 10:07 PM
RE: wierd output syntax for variables - by Larz60+ - May-08-2020, 02:41 AM
RE: wierd output syntax for variables - by buran - May-08-2020, 03:50 AM
RE: wierd output syntax for variables - by Zirizo - May-08-2020, 10:47 AM
RE: wierd output syntax for variables - by buran - May-08-2020, 10:59 AM
RE: wierd output syntax for variables - by Zirizo - May-08-2020, 12:13 PM
RE: wierd output syntax for variables - by Larz60+ - May-08-2020, 03:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Pandas Syntax problem? Wrong Output, any ideas? Gbuoy 2 962 Jan-18-2023, 10:02 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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