Vyper's syntax is the way we write programs using words and symbols. ๐
Instead of complicated symbols, Vyper uses friendly English-like words, making it easier to create smart contracts! For example, to declare a variable (a place to store
information), you simply write: `my_variable: int128`. Here, `my_variable` is the name, and `int128` means it's a number! ๐ท
๏ธ Vyper also uses indentation, which is putting spaces at the beginning of a line, to show which code belongs together. It's like organizing books on a shelf! ๐