A Dark theme for Marp
Explore the many features of Marp in style!
Daniel Nicolas Gisolfi
There are darknesses in life and there are lights, and you are one of the lights, the light of all lights. -- Bram Stoker, Dracula
There are darknesses in life and there are lights, and you are one of the lights, the light of all lights.
-- Bram Stoker, Dracula
Fast
Mammals
Scientific name: Chiroptera
class Bat: def __init__(name:str, age:int): self.__name = name self.__age = age @property def name(self): return self.__name @property def age(self): return self.__age @property def speed(self): return 10 - self.age