Robotics & Artificial Intelligence
Write a Python program to demonstrate the use of repetition operator of a String.
Python String Manipulation
2 Likes
Answer
str1 = "Hello"
print(str1 * 3)
Output
HelloHelloHello
Answered By
1 Like
Related Questions
How can we avoid unauthorised access of hardware or software?
Create a list and demonstrate the use of 'insert' function.
What is the motivation behind the progress from robots to cobots? Write a comparison between robots and cobots.
What do you understand by gears in robots? Write about various types of gear. Write about various applications of gears in robotics.