Home > Coding Fundamentals Refresher > Coding Fundamentals and Patterns > How to Learn Python: Installation and Basics Show previous contentTry this exercise. Is this statement true or false?Is the following function definition valid?cppcsharpgojavajavascriptpython1function func() { 2 console.log("This is my first function!"); 3}Press true if you believe the statement is correct, or false otherwise.TRUEFALSE Show following content