Bython is a programming language created in 2016.
| #837on PLDB | 10Years Old |
git clone https://github.com/mathialo/bythonPython with braces. Because python is awesome, but whitespace is awful.
def print_message(num_of_times) {
for i in range(num_of_times) {
print("Bython is awesome!");
}
}
if __name__ == "__main__" {
print_message(10);
}print("Hello, world!")| Feature | Supported | Example | Token |
|---|---|---|---|
| Print() Debugging | ✓ |