Skip to content

Instantly share code, notes, and snippets.

View just-carlod's full-sized avatar

Carlod just-carlod

View GitHub Profile
@just-carlod
just-carlod / main.py
Created October 3, 2021 21:17
binary1
#!/usr/bin/env python
# This gist has been written for my school purposes, so please don't be confused
n = int(input("Input a number: "))
binary = str(bin(n))[2:]
cur = ""
counter = 0
cur_counter = 0
for i in range(len(binary)):
@just-carlod
just-carlod / instrukcje.txt
Last active May 26, 2021 05:57
Matura 2021 - programowanie
DOPISZ F
PRZESUN F
ZMIEN V
DOPISZ M
ZMIEN Z
DOPISZ E
ZMIEN B
ZMIEN I
PRZESUN Z
ZMIEN C