subject

Can anyone help me with a Python coding project I'm having trouble with. The project is that we need the user to input a number( which needs to be printed in red), then a str(that also needs to be printed in red), and then repeat that str however many times they put that number in(in black).

Example:
4 (red color)
How are you today? (red color)
1 How are you today? (the rest in black)
2How are you today?
3How are you today?
4How are you today?

Then it stops.
I really need help with this guys, if you can do it I'll really appreaciate it.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:00
Are special characters that allow you to search for multiple words at the same time.
Answers: 2
question
Computers and Technology, 22.06.2019 10:30
How can a user open a blank presentation? 1.on the file menu, click new, and then click recent templates 2.on the file menu, click new, and then click blank presentation 3. on the view menu, click templates, and then click recent templates 4. on the view menu, click samples, and then click blank presentation
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
question
Computers and Technology, 23.06.2019 14:00
In which job role will you be creating e-papers, newsletters and preiodicals
Answers: 1
You know the right answer?
Can anyone help me with a Python coding project I'm having trouble with. The project is that we nee...
Questions
question
History, 06.11.2019 01:31