File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11621162 },
11631163 {
11641164 "cell_type" : " code" ,
1165- "execution_count" : 2 ,
1165+ "execution_count" : null ,
11661166 "metadata" : {},
11671167 "outputs" : [
11681168 {
11741174 }
11751175 ],
11761176 "source" : [
1177- " # Enter two numbers separated by space\n " ,
1177+ " # Enter two numbers separated by space, how about three numbers? \n " ,
11781178 " values = input()\n " ,
11791179 " num1, num2 = values.split()\n " ,
11801180 " num1 = int(num1)\n " ,
11991199 " - step by step process to solve a given problem\n " ,
12001200 " - like a recipe for a food menu\n " ,
12011201 " - what are the steps you'd give a martian to buy grocery on earth?\n " ,
1202- " 1. Make a shopping list \n " ,
1202+ " - Make a shopping list \n " ,
12031203 " - Drive to a grocery store\n " ,
12041204 " - Park your car\n " ,
12051205 " - Find items in the list\n " ,
You can’t perform that action at this time.
0 commit comments