Skip to content
Permalink
Browse files
testing3
  • Loading branch information
milinaum committed Nov 26, 2020
1 parent 0de5a42 commit 69da9ba592088975c0a3a6f255c6297b6c740b28
Showing 1 changed file with 0 additions and 19 deletions.
@@ -1,8 +1,4 @@
#As a user I want to be able to go back and see what my music tastes were previously

#Tasks
#import datetime
#Take User input (name, music preferences, timestamp and date stamp)

def pref():
with open("fav_song.txt", "a") as file:
@@ -48,18 +44,3 @@ def answers2():
print(file.read())
file.close()
answers2()




#today_date = datetime.datetime.now()
#print(today_date)

#song_name = input("Enter the name of a song: ")
#print("the song is called: ",song_name)


#Store the inputs in a text file


#open text file when user asks for it

0 comments on commit 69da9ba

Please sign in to comment.