Write a Python script that meets the following requirements:
– declares three variables: GPA (floating-point number), studentName ( a string), studentNumber (a string)
– assign the variables values of your choice
– create a print command to output each variable on a separate line
– using a single print command, your variable values, output a statement with the following format:
John Doe has the following student number: 567893334
– using a single print command, your variable values, output a statement with the following format:
John Doe has the following GPA: 3.33