Write a simple program to check if a password meets the requirements below.
A password can use numbers and letters of the Latin alphabet. The password format is as follows: one or more uppercase letters, one or more lowercase letters, and one or more numbers.
If the password validation was successful, the program should print: "Password saved". Otherwise — "Password is too simple".