There's a variable hidden, which contains a list. Print the length of the list.
Reveal the hidden
Report a typo
Write a program in Python 3
# the following line reads the input and converts it into a list; do not modify it, please
hidden = list(input())
# your code here
___
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.