snake

# πŸ₯‚πŸβ—

πŸ€ β„Ή πŸ‘‡ ↔(1, 101):
    πŸ“„ = ''
    ❔ β„Ή % 3 == 0:
       πŸ“„ += 'πŸ₯‚'
    ❔ β„Ή % 5 == 0:
        πŸ“„ += '🐝'
    ❔ πŸŽ€(β„Ή % 3 == 0) ➰ πŸŽ€(β„Ή % 5 == 0):
        πŸ“„ += πŸ”€(β„Ή)
    πŸ–¨(πŸ“„)

β€œMany esoteric programming languages are designed to produce code that is deeply obfuscated, making it difficult to read and to write” β‹… Oxford Dictionaries named β€œπŸ˜‚β€ as its word of the year in 2015 β‹… Since PEP3131 in 2007, Python supports non-ASCII characers as identifiers β‹… The tokenize module provides a lexical scanner for Python source code, implemented in Python β‹… 199 out of 200 applicants for every programming job can’t write code at all