Why doesnt this work in trying to get a type?

Why doesn’t this work?

platform = ’freeCodeCamp’

print(type(platform))

???

Welcome to the forum @tumblack1979

platform = 'freeCodeCamp'

print(type(platform))

In what environment are you using the above code?

Happy coding

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.