0

What is the difference between python output (print())and java output(System.out.print())?

We can write print() function in python but can't in Java.

19th Aug 2020, 4:52 PM
MG H
MG H - avatar
1 Answer
+ 3
print in python is a built-in function but in java like in c you have to import some libraries first or include headers files.Functions prototypes are different from one language to another even the fact that they do the somthing like print/printf/.println....
19th Aug 2020, 6:17 PM
HBhZ_C
HBhZ_C - avatar