konerld.github.io

View My GitHub Profile

Posts (Latest 10 updated) :
Read all

Python examples

Return all Upper letters from string without loop (without for or while)

return "".join(char for char in string if char.isupper())







result = 1
result *= int(d) if int(d) else 1 # 1 #