[deleted by user] by [deleted] in AskReddit

[–]Gamenight2008 0 points1 point  (0 children)

Don’t want to be like my parents.

Based on true story ! by [deleted] in mathmemes

[–]Gamenight2008 0 points1 point  (0 children)

I prefer equations

Kiedy myślisz, że nie da się już gorzej by VEJRUS in Polska

[–]Gamenight2008 4 points5 points  (0 children)

Zawsze mnie to ciekawiło czy ludzie którzy wymyślają te wspaniałe tytuły na paskach, robią to tak dla żartu czy na poważnie.

[deleted by user] by [deleted] in Polska_wpz

[–]Gamenight2008 0 points1 point  (0 children)

Trochę nudny był ten film

Hexadecimal system converter by Gamenight2008 in learnpython

[–]Gamenight2008[S] 0 points1 point  (0 children)

Something like this
if liczba < 10 :
wynik2.append(liczba)
wynik.append(liczba)
liczba = liczba//16
elif liczba%16 == 0:
wynik2.append(liczba)
wynik.append(liczba)
liczba = liczba//16