write a program according to the following instructions. Write an
1) First clear the autput screen
2)Print your name and class in one line,
3) Finally pause the screen
Answers
Answered by
0
Answer:
Ideally Christian missionaries hoped to make schools the spiritual and religious centers. Through education they hoped to eradicate the practices and behaviors of natives like Idol worship, polytheism, bigotry, polygamy and many superstitions which were considered by them to be much uncivilized.
Explanation:
Mark me as brainlieast
Answered by
0
Answer:
import os
import time
#clearing the terminal if you have windows then 'cls' if linux then 'clear;
os.system('cls')
print(fatimasiddiqua000 7B)
#if you have windows then 'pause' if linux then put 'read -n1 -r -p "Press any key to continue..." key'
os.system('pause')
hope it helps
Similar questions