AI Python for Beginners from DeepLearning.AI

Does anyone know how to the remove the comment code. I have * which is blocking my commond to execute - YLandore

you have * or # which is blocking your commond to be executed.

I am not sure if your query is related to AI for python beginner course, but you have posted query in ai discussion, so posting a query relative would get you better response with respective mentions

for comment code to be executed in general if you ask

Say I wrote

image =tf.reshape(image) (**This code will execute**)

# or ### image =tf.reshape(image) (**This code will not execute**)

Remove any such symbols written with comment code and run the cell for successful execution.