0

Question on assigning variables

Write a Python program that prints ( displays) your name, address and telephone number

26th Sep 2024, 6:14 PM
Lindelwa Maphalala
Lindelwa Maphalala - avatar
2 odpowiedzi
+ 1
And what is the question?
26th Sep 2024, 7:09 PM
Lisa
Lisa - avatar
0
Some things you will need Functions: print() input() Assigning variables X = "the thing you are assigning to x" You can assign function results, functions themselves, lists, ints, strings, chars or whatever you need to variables. I'll leave the rest to you.
27th Sep 2024, 8:00 AM
Robert Atkins
Robert Atkins - avatar