From be963d17cec94a6b5a198a7032f57c3532a54317 Mon Sep 17 00:00:00 2001 From: Ahmed Gagan <67264609+adgan11@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:23:44 +0530 Subject: [PATCH] Correct the spelling mistake in Q 21 --- 03_Day_Operators/03_operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_Day_Operators/03_operators.md b/03_Day_Operators/03_operators.md index 0fcfeb9..a5c0d5c 100644 --- a/03_Day_Operators/03_operators.md +++ b/03_Day_Operators/03_operators.md @@ -287,7 +287,7 @@ The perimeter of the triangle is 12 18. Check if the floor division of 7 by 3 is equal to the int converted value of 2.7. 19. Check if type of '10' is equal to type of 10 20. Check if int('9.8') is equal to 10 -21. Writ a script that prompts the user to enter hours and rate per hour. Calculate pay of the person? +21. Write a script that prompts the user to enter hours and rate per hour. Calculate pay of the person? ```py Enter hours: 40