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.
Errors in the code
Report a typo
Write a program in Python 3
name = Harry
print(type_of(n4me))
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.