Back to Freecodecamp

Building a Translator

curriculum/challenges/english/blocks/dictionaries-and-loops/building-a-translator-video.md

latest343 B
Original Source

--description--

In this video, you will build a simple translator program using dictionaries and user input.

--questions--

--text--

Which of the following methods is used to check if all characters in a string are uppercase?

--answers--

upper()


isupper()


toupper()


hasupper()

--video-solution--

2