in python
x=str(input("enter text"))
how to convert a text entered by user into variable
Answers
Answered by
4
Answer:
ROS stand for Robot operating system.
ROS is an open source, meta operating system for your robot. It provides the service you would expect from an operating system including hardware obtraction, low level device control, implementation of commonly used functionally, Message passing between processes and package management.
Explanation:
Answered by
1
The input will be stored in the variable x
Similar questions