File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 251251 "cell_type" : " code" ,
252252 "collapsed" : false ,
253253 "input" : [
254- " print \" We need to make \" + str(get_cupcake_count(10)) + \" cupcakes.\" "
254+ " print( \" We need to make \" + str(get_cupcake_count(10)) + \" cupcakes.\" ) "
255255 ],
256256 "language" : " python" ,
257257 "metadata" : {},
279279 "cell_type" : " code" ,
280280 "collapsed" : false ,
281281 "input" : [
282- " print \" We need to make \" + str(get_cupcake_count(10)) + \" cupcakes.\" "
282+ " print( \" We need to make \" + str(get_cupcake_count(10)) + \" cupcakes.\" ) "
283283 ],
284284 "language" : " python" ,
285285 "metadata" : {},
309309 "cell_type" : " code" ,
310310 "collapsed" : false ,
311311 "input" : [
312- " print get_cupcake_count(4, 15)"
312+ " print( get_cupcake_count(4, 15) )"
313313 ],
314314 "language" : " python" ,
315315 "metadata" : {},
379379 "input" : [
380380 " vegas_die_1 = random.randint(1, 6)\n " ,
381381 " vegas_die_2 = random.randint(1, 6)\n " ,
382- " print (\" First die: \" + str(vegas_die_1))\n " ,
383- " print (\" Second die: \" + str(vegas_die_2))\n " ,
384- " print (\" You rolled a \" + str(vegas_die_1 + vegas_die_2))"
382+ " print(\" First die: \" + str(vegas_die_1))\n " ,
383+ " print(\" Second die: \" + str(vegas_die_2))\n " ,
384+ " print(\" You rolled a \" + str(vegas_die_1 + vegas_die_2))"
385385 ],
386386 "language" : " python" ,
387387 "metadata" : {},
You can’t perform that action at this time.
0 commit comments