Search
 
SCRIPT & CODE EXAMPLE
 

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"))
Comment

PREVIOUS NEXT
Code Example
Python :: how to make a checksum to a file python 
Python :: python sum of list 
Python :: pandas dataframe to series 
Python :: python string format 
Python :: time.strftime("%H:%M:%S") in python 
Python :: run python script every hour 
Python :: Find Files With a Certain Extension in the Directory and Its Subdirectories in Python 
Python :: match python 
Python :: python check if list 
Python :: change item in list python 
Python :: buttons on canvas tkinter 
Python :: create pyspark dataframe from list 
Python :: python last n list elements 
Python :: roblox api python 
Python :: python split lines 
Python :: python 1 line for loop with else 
Python :: python pillow convert jpg to png 
Python :: save turtle programming python 
Python :: udp server python 
Python :: flask error handling 
Python :: pandas get outliers 
Python :: fetch data from excel in python 
Python :: how to select axis value in python 
Python :: hungarian algorithm python 
Python :: pip not downlaoding cryptography wheel macos 
Python :: python uppercase 
Python :: remove specific character from object in pandas column using iloc 
Python :: import tsv as dataframe python 
Python :: find charechtar index in string python 
Python :: python - regexp to find part of an email address 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =