Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 10, 2020 07:30
Show Gist options
  • Save uncoded-ro/2856b967ad95bfe6841f308394a1418b to your computer and use it in GitHub Desktop.
Save uncoded-ro/2856b967ad95bfe6841f308394a1418b to your computer and use it in GitHub Desktop.
"""Rolul acestui modul este acela de a introduce formule de salut.
Fisier: empty.py
Autor: airman
Versiune Python: 3.7"""
def hi():
"""Afiseaza un mesaj de tipul Hi!"""
print('Hi!')
def ola():
"""Afiseaza un mesaj de tipul Ola!"""
print('Ola!')
def buna():
"""Afiseaza un mesaj de tipul Buna!"""
print('Buna!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment