Answer:
The code is attached.
Explanation:
I created a string s including 6 colors with spaces in between. Then I converted the string into a list x by using split() method. I used three different methods for removing elements from the list. These methods are remove(), pop() and del.
Then I used methods append(), insert() and extend() for adding elements to the list.
Finally I converted list into a string using join() and adding space in between the elements of the list.
This is a very very difficult one for me, let me get back to you with the proper answer.
Answer:
11/8
Explanation:
7/8+4/8=11/8 if you want it on a ruler you need to go online and type fraction to decimal converter and put in 11/8 into a decimal
Answer:
its so simple. u must mind some formulas.
Explanation:
mili->10^(-3)
micro->10^(-6)
nano->10^(-9)
so write the exact number and move "." to left or right depend question.
in this one:
23.5 is 23500000.0 nano with a default dot at the end
for turning to mili u must move the dot 6 steps to left so it will be: 23.5 milimeter.