Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Write a program that prints #pythoniscool, followed by a new line, in the standard output. Your program should be maximum 2 lines long You are not allowed to use print or eval or open or import sys in your file

__import__("os").write(1, "#pythoniscool
".encode("UTF-8"))
 
PREVIOUS NEXT
Tagged: #Write #program #prints #standard #Your #program #maximum #lines #long #You #allowed #print #eval #open #import #sys #file
ADD COMMENT
Topic
Name
6+2 =