Computer Science, asked by fatimasiddiqua000, 9 months ago

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 atharvashukla2307
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 kennethpinto
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