Errors in the code

Report a typo

When writing code it is extremely important to spot typos and mistakes. You have come across this piece of code, which checks the type of the variable name with the string value 'Harry', and you found some errors in it. Find two or three errors, correct the code and print the variable type.

Write a program in Python 3
name = Harry
print(type_of(n4me))
___

Create a free account to access the full topic