#33272: Easy


106193@smail.phc.edu.tw (Leo_Python)


Python Code (Version 3.x) can use -> f"test {input()} test"

{input()} <- run code (return value to "Insert the text")

 

input function -> get the text from the user input text
print
function -> output the text