User:Ractangle/Sandbox
Jump to navigation
Jump to search
This is basically where i plan out my programing moves or just do programming. This page is allowed to be edited by me (or my alt accounts) only
<title>what am i? (by gaham)</title>
<style>
h1 {text-align:center;color:#09C;font-family: 'Courier New', Courier, monospace}
p,li{color:#fff;font-size:large}
body{background-image:url("https://file.garden/ZvhfYhMQLwFITKbE/gora.gif")}
</style>
<h1>hello there!</h1>
<p>i am 14 years old, i am the programer of all time, some examples of my languages are:</p>
<li><a href="https://esolangs.org/wiki/How_dare_you_fuck_the_brain">HDYFTB</a></li>
<li><a href="https://esolangs.org/wiki/ti!">ti!</a></li>
<li><a href="https://esolangs.org/wiki/Everybody!">Everybody!</a></li>
<li><a href="https://esolangs.org/wiki/Postrado">Postrado</a></li>
<h1>what comunities are you in?</h1>
<p>i do YTP's, logo editing, esolangs, make fictional graphics/logo's and conlangs! they're my hobbies pretty much</p>
<h1>so what made me like this for my whole life?</h1>
<p>myself</p>
<title>the joke top 3 most famous persons</title>
<style>
h1 {text-align:center;color:#09C;font-family:'Courier New',Courier,monospace;font-size:45px}
h2 {text-align:center;color:#09C;font-family:'Courier New',Courier,monospace;font-size:35px}
p {color:#05A;font-size:25px}
p#Quote {color:#FFF;font-size:48px;text-align:center;padding:0%;margin-top:-1%}
body {background-image:url("https://file.garden/ZvhfYhMQLwFITKbE/gora.gif")}
* {color:#FFF}
</style>
<h1>hello today we have a top 3 of the worlds most famous people on the world</h1>
<h2>NUMBER 3: ALAN TURING</h2>
<p>he pretty much made electronics we know today, like phones, computers and even languages!</p>
<p id=Quote><i>Sometimes it is the people no one imagines anything of who do the things that no one can imagine</i></p>
<h2>NUMBER 2: BARAK OBAMA!!!!!!!!!!!!!</h2>
<p>idk i guess he's cool, also check out his quote</p>
<p id=Quote>The best way to not feel hopeless is to get up and do something.<br>
Don't wait for good things to happen to you.<br>
If you go out and make some good things happen, <br>
you will fill the world with hope,<br>
<i>you will fill yourself with hope</i></p>
<h2>WINNER: Feduk</h2>
<p id=Quote>Inhale and again, my lungs are full of oxygen</p>
<p>bro thinks he's carrykh</p>
<script>for(b=0;b!=51;b++){document.write("<br>")}</script>
If you were expecting me to put elon musk into this top 3.<br>He can not be added to the joke list anyways
Make sure to have contents opened if this gets too long
The first esolang before finding esolangs.org website.
def out():
sentence=input("Input a sentence:")
print(sentence)
def condition():
conditionif=input("Input a condition:")
conditionaction=input("Input an action:")
conditionelseaction=input("Input an action:")
print("if")
print(conditionif)
print(conditionaction)
print("else")
print(conditionelseaction)
therm=input("Input a code:")
if therm=="out":
out()
elif therm=="condition":
condition()
all this script does is just printing commands. Since i know more of python, i'll optimize this and make this language (somewhat) usuable when i finish my FL Studio homework
Okay i don't think i can make this usuable. But i did minify it:
therm=input("Code:")
if therm=="out":print(input("Sentence:"))
elif therm=="condition":ci=input("Condition:");ca=input("Action:");cea=input("Else do action:");print("if "+ci,ca+"else "+cea,sep="\n")