Convert a Boolean to a String | Boolean to String | String of Boolean in python | Boolean | VC009

preview_player
Показать описание
Convert a Boolean to a String is about converting boolean value to a string defined in question.
This question belongs to 8 kyu which is the easiest category in codewars.

#coding #codinglife #codewars #competitiveprogramming #python #pythonprogramming #pythonbasics #problemsolving #algorithm #subscribe #subscribers
Рекомендации по теме
Комментарии
Автор

I appreciate your approach and methodology for solving the question

azadansari
Автор

We can also do like this
return ["False", "True"][b]

Approach from another video

is it a good solution too? 🤔🤔

Mohd.Raza-Shaikh