If you have not finished setting up your development environment, please read this after you have done so. Why start with "Hello, World!"? When you start learning programming, the first program you ...
Write a program that takes a user's name and age as input and prints a formatted greeting using an f-string. Declare three variables of type int, float, and str, then print their types using type().