Skip to content

Instantly share code, notes, and snippets.

View sunx2's full-sized avatar
😔
College is boring!!!

Sun sunx2

😔
College is boring!!!
View GitHub Profile
H='black'
F=list
import turtle as A
C={90:100,30:100,330:100,270:100,180:180}
A.begin_fill()
A.pensize(1)
A.color(H,'grey')
for B in F(C.keys()):A.setheading(B);A.forward(C[B])
A.end_fill()
G=[(173.21,100.0),(86.6,150.0),(173.21,0.0)]
@sunx2
sunx2 / mywork.md
Created June 8, 2019 18:35
My Work in a nutshell
using c#;
using python;
using webtools;

private work JustForFun(ido[] mostly){
          whatever_i_like();
      }
public work Freelancing(ido[] sometimes){
 your_project();
@sunx2
sunx2 / tenor.gif
Last active June 8, 2019 18:30
What I love most!!!
tenor.gif
@sunx2
sunx2 / ezgif.com-gif-maker.gif
Last active June 3, 2019 21:43
Hi and Welcome!
ezgif.com-gif-maker.gif
@sunx2
sunx2 / mylife.md
Last active January 25, 2022 11:30
My life in a nutshell
from life import college, home
import food, rest, gaming, coding
if life.morning:
    @life.wakeup
    def gotocollege():
      return college()
elif life.evening:
    @life.tired
 food()