File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 (
You can’t perform that action at this time.
0 commit comments