Joash Xuforenzircleenzircle.hashnode.dev·Nov 27, 2022Week #47 - 2022You should beware when counting the length of a string in Python. As shown below, getting a string's length might give a surprising result. >>> len("Kraków") 7 >>> len("🏳️🌈") 4 As perceived by the user, the "Kraków" length should be 6, and the ...66 readsGeneral ProgrammingAdd a thoughtful commentNo comments yetBe the first to start the conversation.