File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 197
197
},
198
198
"outputs" : [
199
199
{
200
- "name" : " stdout" ,
201
- "output_type" : " stream" ,
202
- "text" : [
203
- " Hello World.\n "
200
+ "ename" : " " ,
201
+ "evalue" : " " ,
202
+ "output_type" : " error" ,
203
+ "traceback" : [
204
+ " \u001b [1;31mRunning cells with 'c:\\ Users\\ 20194060\\ AppData\\ Local\\ Programs\\ Python\\ Python39\\ python.exe' requires the ipykernel package.\n " ,
205
+ " \u001b [1;31mRun the following command to install 'ipykernel' into the Python environment. \n " ,
206
+ " \u001b [1;31mCommand: 'c:/Users/20194060/AppData/Local/Programs/Python/Python39/python.exe -m pip install ipykernel -U --user --force-reinstall'"
204
207
]
205
208
}
206
209
],
211
214
" # Using the print function to keep track of certain values in the code.\n " ,
212
215
" a = 2+3\n " ,
213
216
" b = a+6\n " ,
214
- " print('b: ' + b )\n " ,
217
+ " print('b: ' + str(b) )\n " ,
215
218
" c = a+b\n " ,
216
- " print('c: ' + c )\n " ,
219
+ " print('c: ' + str(c) )\n " ,
217
220
" d = c/2+3\n " ,
218
- " print('d: ' + d )"
221
+ " print('d: ' + str(d) )"
219
222
]
220
223
},
221
224
{
237
240
],
238
241
"source" : [
239
242
" my_name = \" Lasitha\" # This is a variable to store the user name\n " ,
240
- " print(\" Hello and welcome to Pyhton workshop, \" + my_name + \" !\" )\n "
243
+ " print(\" Hello and welcome to the Python workshop, \" + my_name + \" !\" )\n "
241
244
]
242
245
},
243
246
{
421
424
"name" : " python" ,
422
425
"nbconvert_exporter" : " python" ,
423
426
"pygments_lexer" : " ipython3" ,
424
- "version" : " 3.10.7 "
427
+ "version" : " 3.9.1 "
425
428
},
426
429
"toc-autonumbering" : true ,
427
430
"toc-showcode" : false ,
You can’t perform that action at this time.
0 commit comments