Skip to content

Commit 61c934d

Browse files
committed
Make error a little better.
1 parent 97a8837 commit 61c934d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/pythonauto/exercises3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"print" => "You must use the print statement to print the output.",
8383
"if" => "You should use an if statement to decide to to the overtime computation or not.",
8484
"float" => "You should use the built-in float() function to convert from a string to a float.",
85-
"!45" => "You must read the data using input() and then convert it. The number '45' should not appear in your program.",
86-
"!10.5" => "You must read the data using input() and then convert it.",
85+
"!45" => "You must read the hours using input() and then convert it. The number '45' should not appear in your program.",
86+
"!10.5" => "You must read the rate using input() and then convert it.",
8787
"!498" => "You must actually calculate the pay.")),
8888

8989
"3.3" => Array(

0 commit comments

Comments
 (0)