Skip to content

Commit

Permalink
Week 2 Quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
kishanrajput23 authored Mar 11, 2021
1 parent 9005faa commit e57d90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Week2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- .python
- .py ✅

**2. You are calculating the simple interest using a python program. How do you get the interest as an input from the user? **
**2. You are calculating the simple interest using a python program. How do you get the interest as an input from the user?**
- r=float(input(”Enter the interest rate”)) ✅
- r=int(input(”Enter the interest rate”))
- r=input(”Enter the interest rate”)
Expand Down Expand Up @@ -44,7 +44,7 @@ If you want to say Hi to both the users, print their names and welcome them to y
- An error will be generated
- 10 10 ✅

**7. Given this code snippet, determine its output?**
**7. Given this code snippet,determine its output?**

<img src="https://storage.googleapis.com/swayam-node1-production.appspot.com/assets/img/noc21_cs32/cs32W2Q7.png" alt="">

Expand Down

0 comments on commit e57d90b

Please sign in to comment.