diff --git a/today.py b/today.py index c3574fe..a931f8a 100644 --- a/today.py +++ b/today.py @@ -1,6 +1,7 @@ -''' -This is the module docstring -''' - - -pass # YOUR CODE HERE +""" Git komutları dilsahsule""" +def my_name_is(): + """github kullanıcı adı""" + return "dilsahsule" +def my_buddy_is(): + """github buddy name""" + return "dilsahsule"