+ 1

Printing python on text cases

How do I print my python code in 4 different text cases on the lesson section. It has been giving me tough time, and the code is correct

2nd Jan 2025, 10:09 PM
Favour
10 odpowiedzi
+ 3
give a complete task description. show your code.
2nd Jan 2025, 11:40 PM
Lisa
Lisa - avatar
+ 3
you do not use y and you cannot multiple 2 strings. you are supposed to take input. again: give a complete TASK DESCRIPTION
3rd Jan 2025, 7:41 AM
Lisa
Lisa - avatar
+ 2
AGAIN: Give a complete TASK DESCRIPTION. Use input. INPUT. not hardcoded values.
3rd Jan 2025, 2:28 PM
Lisa
Lisa - avatar
+ 2
What you actually want your output to be like?
4th Jan 2025, 7:12 AM
Unknown Decoder
Unknown Decoder - avatar
+ 1
which lesson section?
3rd Jan 2025, 9:56 AM
Bob_Li
Bob_Li - avatar
0
#your code goes here x = "a" y = "8" print (x * 8) #your code goes here x = "cool" y = "2" print (x * 2) #your code goes here x = "123" y = "3" print (x * 3) #your code goes here x = "abc" y = "4" print (x * 4)
3rd Jan 2025, 1:35 AM
Favour
0
I want to print it differently on the text cases in the lesson section
3rd Jan 2025, 1:36 AM
Favour
0
Working with input lesson
3rd Jan 2025, 2:14 PM
Favour
0
sorry, can't find it.... are you sure it's python?
3rd Jan 2025, 2:24 PM
Bob_Li
Bob_Li - avatar
0
Favour 🤔 do you mean: print(x * int(y)) ? Or can you post a screenshot of the task / its description
4th Jan 2025, 9:42 AM
Andrew