Skip to content

Commit

Permalink
Create add new file
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-JM005 authored Oct 10, 2021
1 parent f69a4ee commit e4ab6d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions add new file
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
num1 = 1.5
num2 = 6.3
sum = num1 + num2
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))

0 comments on commit e4ab6d2

Please sign in to comment.