Skip to content

Commit

Permalink
Update ultrasonic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwintitus14 authored Nov 26, 2019
1 parent 2560046 commit 0fd832a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ultrasonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def distance():
return distance


screen_diagonal = input("Enter the diagonal length of the projector screen in inches")
lcd_diagonal = input("Enter the diagonal length of the Projector's LCD Panel in inches")
screen_diagonal = float(input("Enter the diagonal length of the projector screen in inches"))
lcd_diagonal = float(input("Enter the diagonal length of the Projector's LCD Panel in inches"))

try:
while True:
Expand Down

0 comments on commit 0fd832a

Please sign in to comment.