-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoo.log
More file actions
4 lines (4 loc) · 4.4 KB
/
foo.log
File metadata and controls
4 lines (4 loc) · 4.4 KB
1
2
3
4
{(u'This part prints the current age of man.', 328, u'#ui-tooltip-v1__cod7-content'): {'bad': 4.0, 'good': 1.0, 'ratio': 0.25}, (u'prints the calculated age in a statement', 359, u'#ui-tooltip-v1__cod7-content'): {'bad': 0.0, 'good': 0.0, 'ratio': 0.0}, (u'prints the calculated age in a statement', 331, u'#ui-tooltip-v1__cod7-content'): {'bad': 0.0, 'good': 2.0, 'ratio': 2.0}, (u'prints the output', 291, u'#ui-tooltip-v1__cod7-content'): {'bad': 3.0, 'good': 0.0, 'ratio': 0.0}, (u'Why does the program output ( before and a ) after?', 344, u'#ui-tooltip-v1__cod7-content'): {'bad': 0.0, 'good': 1.0, 'ratio': 1.0}, (u"On the next line, prints out 'You are 85 years old' (without the single quotes). Python calculates 85 from the definitions in the first three lines.", 357, u'#ui-tooltip-v1__cod7-content'): {'bad': 0.0, 'good': 3.0, 'ratio': 3.0}}
{(u'This part prints the current age of man.', 328, u'#ui-tooltip-v1__cod7-content'): {'bad': 4.0, 'good': 1.0, 'ratio': 0.25}, (u'prints the calculated age in a statement', 359, u'#ui-tooltip-v1__cod7-content'): {'bad': 0.0, 'good': 0.0, 'ratio': 0.0}, (u'prints the calculated age in a statement', 331, u'#ui-tooltip-v1__cod7-content'): {'bad': 0.0, 'good': 2.0, 'ratio': 2.0}, (u'prints the output', 291, u'#ui-tooltip-v1__cod7-content'): {'bad': 3.0, 'good': 0.0, 'ratio': 0.0}, (u'Why does the program output ( before and a ) after?', 344, u'#ui-tooltip-v1__cod7-content'): {'bad': 0.0, 'good': 1.0, 'ratio': 1.0}, (u"On the next line, prints out 'You are 85 years old' (without the single quotes). Python calculates 85 from the definitions in the first three lines.", 357, u'#ui-tooltip-v1__cod7-content'): {'bad': 0.0, 'good': 3.0, 'ratio': 3.0}}
{(u'Takes the values you have just assigned, and subtracts them from one another.\n', 342, u'#ui-tooltip-v1__cod3-content'): {'bad': 0.0, 'good': 4.0, 'ratio': 4.0}, (u'85', 358, u'#ui-tooltip-v1__cod3-content'): {'bad': 1.0, 'good': 1.0, 'ratio': 1.0}, (u'assigns variable "age" as the result of the value represented by "currentYear" (2013), minus the value represented by "birthYear" (1928)\n', 323, u'#ui-tooltip-v1__cod3-content'): {'bad': 3.0, 'good': 0.0, 'ratio': 0.0}, (u'assigns variable "age" as the result of the value represented by "currentYear" (2013), minus the value represented by "birthYear" (1928)', 318, u'#ui-tooltip-v1__cod3-content'): {'bad': 0.0, 'good': 1.0, 'ratio': 1.0}, (u'creates age and assigns it the result of substracting currentYear to birthyear', 340, u'#ui-tooltip-v1__cod3-content'): {'bad': 3.0, 'good': 3.0, 'ratio': 1.0}, (u'calculation of your age', 292, u'#ui-tooltip-v1__cod3-content'): {'bad': 3.0, 'good': 1.0, 'ratio': 0.3333333333333333}}
{(u'123', 312, u'#ui-tooltip-v1__cod4-content'): {'bad': 8.0, 'good': 2.0, 'ratio': 0.25}, (u'Checks if age is greater than 65, and if it is, execute the instructions in the indented block', 319, u'#ui-tooltip-v1__cod4-content'): {'bad': 2.0, 'good': 6.0, 'ratio': 3.0}, (u'Checks if age is greater than 65 and, if it is, executes the instructions in the indented block', 360, u'#ui-tooltip-v1__cod4-content'): {'bad': 2.0, 'good': 5.0, 'ratio': 2.5}, (u'Checks if age is greater than 65, and if it is, execute the instructions in the indented block\n', 337, u'#ui-tooltip-v1__cod4-content'): {'bad': 3.0, 'good': 7.0, 'ratio': 2.3333333333333335}, (u'checks if the age is over 65', 294, u'#ui-tooltip-v1__cod4-content'): {'bad': 3.0, 'good': 6.0, 'ratio': 2.0}, (u'checks if the age is over 65', 298, u'#ui-tooltip-v1__cod4-content'): {'bad': 10.0, 'good': 0.0, 'ratio': 0.0}, (u'checks if the age is over 65', 305, u'#ui-tooltip-v1__cod4-content'): {'bad': 6.0, 'good': 1.0, 'ratio': 0.16666666666666666}, (u'checks if the age is less that 65', 290, u'#ui-tooltip-v1__cod4-content'): {'bad': 7.0, 'good': 0.0, 'ratio': 0.0}, (u'This checks whether age is greater than 65. If so, it will execute the print statements located in the indented block below it. ', 348, u'#ui-tooltip-v1__cod4-content'): {'bad': 0.0, 'good': 9.0, 'ratio': 9.0}, (u'checks id the age is over 65', 293, u'#ui-tooltip-v1__cod4-content'): {'bad': 8.0, 'good': 2.0, 'ratio': 0.25}, (u'Checks if age is greater than 65 and, if it is, executes the instructions in the indented block', 320, u'#ui-tooltip-v1__cod4-content'): {'bad': 4.0, 'good': 7.0, 'ratio': 1.75}, (u'checks if the age is over 65, and if so, to execute the next indented lines of code.', 343, u'#ui-tooltip-v1__cod4-content'): {'bad': 1.0, 'good': 9.0, 'ratio': 9.0}}