Challenge: Let's Check Out the Type of Data
Complete this hands-on exercise to test your knowledge.
We'll cover the following...
Problem statement
Implement the p_any()
function, which takes an any
object as input and prints its type and value in a specific format. The function ...