1007: input/output_3
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:200
Solved:90
Description
Correct the following code which has the output below.
#include
def main(x):
print(hello world.\n)
print(‘hello world again.’);
return 1;
}
Output
hello world.
hello world again.
Sample Output Copy
hello world.
hello world again.