1 |
print ( "Hello" ); |
but
1 |
print ( "Hello" , 3 ); |
what happens when we use two arguments like above in print function ? why it prints ('Hello',3)?
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
print doesnt work in a function | ony | 2 | 1,097 |
Mar-11-2024, 12:42 PM Last Post: Pedroski55 |
|
Print confusion matrix | MrSonoa | 1 | 1,967 |
Apr-20-2023, 04:17 PM Last Post: farshid |
|
How to print variables in function? | samuelbachorik | 3 | 1,848 |
Dec-31-2022, 11:12 PM Last Post: stevendaprano |
|
How to print the output of a defined function | bshoushtarian | 4 | 2,319 |
Sep-08-2022, 01:44 PM Last Post: deanhystad |
|
Why does absence of print command outputs quotes in function? | Mark17 | 2 | 2,111 |
Jan-04-2022, 07:08 PM Last Post: ndc85430 |
|
return vs. print in nested function example | Mark17 | 4 | 2,774 |
Jan-04-2022, 06:02 PM Last Post: jefsummers |
|
output correction using print() function | afefDXCTN | 3 | 13,509 |
Sep-18-2021, 06:57 PM Last Post: Sky_Mx |
|
print function output wrong with strings. | mposwal | 5 | 4,284 |
Feb-12-2021, 09:04 AM Last Post: DPaul |
|
Output with none, print(x) in function | Vidar567 | 3 | 3,797 |
Nov-24-2020, 05:40 PM Last Post: deanhystad |
|
print function help percentage and slash (multiple variables) | leodavinci1990 | 3 | 3,891 |
Aug-10-2020, 02:51 AM Last Post: bowlofred |