Skip to content

Commit

Permalink
Create Homework pirple#1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbisht94 authored Jan 7, 2019
1 parent 99c4e53 commit ca9c5fc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Homework #1
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#This is the first Home assignment for the 'Python is Easy' course

#Below are the details of my favorite song

Song = "Song Name: Thinking Out Loud"
Artist = "Artist: Ed Sheeran"
Released = "Released: 2014"
Genre = "Genre: Pop"
Duration = "Duration: 297 seconds"

print(Song)
print(Artist)
print(Released)
print(Genre)
print (Duration)

0 comments on commit ca9c5fc

Please sign in to comment.