what is print() of python in java? ( imma a newcomer)
Answers
Answered by
1
Question:
what is print() of python in java?
Answer:
The Python print() function takes in python data such as ints and strings, and prints those values to standard out. To say that standard out is "text" here means a series of lines, where each line is a series of chars with a '\n' newline char marking the end of each line. Standard out is relatively simple.
Attachments:
Similar questions