Login Register






python chellenge filter_list
Author
Message
python chellenge #1
i chellenge you to write helo world in a single line without writing
print("hello world") Cool
#Blacky Evil

Reply

RE: python chellenge #2
(05-28-2020, 06:39 PM)sefefew Wrote: getattr(__import__("os"), "write")(1, "Hello world!\n")

Source.
[Image: AD83g1A.png]

Reply

RE: python chellenge #3
from os import system; system("echo hello world")

Reply

RE: python chellenge #4
Python with Data Science Course. Python is a highly effective language, interpreted and object oriented language.

Reply

RE: python chellenge #5
This is why I like python. There's always a way to make it far more complicated than it needs to be lol

Reply

RE: python chellenge #6
Code:
from pprint import pprint; pprint("Hello, World!")
Code:
  _______              _   _________   \      \            | | /        /   |      | _____  ____| | |   ____/ _____  _____  _____  _____   |   |  |/  _  \/      | \____   |/     \/     \/  ___\/  _  \   |      |    __/|  |   |/        |   |  |   |   \  \__ |   __/  /_______/\_____/\____|_/________/|  ____/\_____|_\____/\_____/                                   | |                                   |_/                         BTC Address:  bc1qds8uqnt4ga0zn9ftrm45cq9u9hfct0qluqes5a

Reply