(Answer provided after interactive coding sandbox.)
Write a list comprehension that takes words = ["cat", "elephant", "rat", "tiger"] and returns a new list containing only words longer than 3 letters, in uppercase. complete python bootcamp from zero to hero
Learning if , elif , and else statements allows your program to make decisions. (Answer provided after interactive coding sandbox