Advertisement
Guest User

Telegram code formatting

a guest
Sep 25th, 2016
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Пример строки:
  2. `print('Hello, world!')`
  3. Пример блока:
  4. ```def hello_world():
  5. print('Hello, world!')```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement