Body {
color:blue;
}
h1 {
color:blue;
}
These will change both the h1 and the body fonts to blue.
Answer:
Algorithm
1.Start.
2.Using an input function, ask the user to input the name and store the Entered Value in string variable.
3.Print value stored in String Variable.
4.End.
Flow chart:
Answer:
no=3456
for x in reversed(str(no)):
print(x)
Explanation:
If you turn the number into a string and then reverse it, you can achieve the same output.
The answer will be... hmmm.. D?
Answer:
Explanation:
Online Dictionary defines 'Operating System' as "the software that supports a computer's basic functions, such as scheduling tasks, executing applications, and controlling peripherals.''
Hope this helps!