0

Input sand outputs

Can some body explain this question ( complete the code) Address = ?

23rd Aug 2025, 7:35 PM
Waleed Dreadi
5 Antworten
+ 3
of course! you have to complete a code.... possible you need something, maybe a bulit-in function to ask the user to enter his/her address. and as mentioned, to use another built-in function to show the output. I hope this helps
23rd Aug 2025, 7:42 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 1
Waleed Dreadi , it is always helpful if questions contains the information where this task is located, and what the task description is: > python developer - going deeper with python - inputs and outputs > Complete the code to get a user input and store it into a variable called address as already mentioned by Mihaly Nyilas , we need to apply the input() function. if you feel not quite comfortable with this topic, it is recommended to re-read parts of the module *going deeper with python*.
24th Aug 2025, 1:10 PM
Lothar
Lothar - avatar
0
Thank you but have you seen the exercise I am talking about?
23rd Aug 2025, 8:03 PM
Waleed Dreadi
0
I thank you for pointing this out. That is true.
24th Aug 2025, 3:58 PM
Waleed Dreadi
0
Okay i found the solution to this exercise Complete the code to get a user input and store it into a variable called address Address = Address = input()
24th Aug 2025, 7:21 PM
Waleed Dreadi