A New York City based Company
Clouds are made
of cigarette's smoke and
Yes I'm copying your style,
Computer
Don't panic
You are dreaming
Okay
Act 1
Elevator Halls Hotel; doors locked, elevator on a mood. Fuck.
Beautiful model. Robotic eyes, she’s a mirror. Dare to look and see yourself. Fuck.
You see?
It’s blue orange and smells like Camel cigarets. Elevator appears, good mood. Supper happy.
Awesome.
You don't need to be able to make it. We can get the boys in. Easily.
Robot eyed girl stares. You just can't stand looking at yourself. You're so beautiful, you wouldn't understand. She feels your pain and looks down. It's a nice ride till the beginning.
From the black pit of the tunnel, lost data rises in radiation waves. They feel it, she smiles, he signs. It rises till the roof. But it’s ordinary, not like a big deal. The doors never open.
In front of the Hotel, the Sun shines. It’s summer time. He loves it, she hates it. They have a lot in common. Walk:
— McDonald's?
—McDonald's.
Usdt
ERC20
Investors are Welcome
I’m melting
I’m melting
You’re an image caught in Time
dec. 2022
/////// Functions
#to begin grouping a related code, we start using 'def' followed by a comand,commas and two dots. In the line bellow you use to spaces before writing a comand related to def, then we call the comand again, in this case 'greet_user', like:
def greet_user():
print("Hello Steve")
print("Good morning")
greet_user()
#we can store functions inside variables also, like:
def greet_jay():
name = "Jay"
print(f"Hello, {name}");
greet_jay()
#to greet more than one user without repeting the code, using a called 'parameter', that pass a value to a function, like putting 'name' inside de parentesis:
def greet(name):
print(f"Hello, {name}");
greet("Jay")
greet("Steve") #the parameter 'name' is like a variable that stores a value itself, but without the value yet.
#Example of a 'def' function
def user_status():
username = "Bob"
status = "active"
print(f"{username} is {status}")
user_status() #output: Bob is active
U
Its okay : )
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
IT IS A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
NOT A TRAP
Fishes are machines on the way back
if you were blind,
and nobody told you you were blind,
how would you know
you are blind?