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 1162
1162
},
1163
1163
{
1164
1164
"cell_type" : " code" ,
1165
- "execution_count" : 2 ,
1165
+ "execution_count" : null ,
1166
1166
"metadata" : {},
1167
1167
"outputs" : [
1168
1168
{
1174
1174
}
1175
1175
],
1176
1176
"source" : [
1177
- " # Enter two numbers separated by space\n " ,
1177
+ " # Enter two numbers separated by space, how about three numbers? \n " ,
1178
1178
" values = input()\n " ,
1179
1179
" num1, num2 = values.split()\n " ,
1180
1180
" num1 = int(num1)\n " ,
1199
1199
" - step by step process to solve a given problem\n " ,
1200
1200
" - like a recipe for a food menu\n " ,
1201
1201
" - 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 " ,
1203
1203
" - Drive to a grocery store\n " ,
1204
1204
" - Park your car\n " ,
1205
1205
" - Find items in the list\n " ,
You can’t perform that action at this time.
0 commit comments