Computer Science, asked by saksh5514, 6 months ago

Q. Write output for following commands
1. $who:clear;who am i
2.$who;tty;date​

Answers

Answered by bkk875711
3

Answer:

in python.we use the hash symbol # to write a single- line comment

example 1 : Wright single-line comments. # printing a string print('hello world").

Answered by uzairmomin5547
1

Answer:

output-

Explanation:

$who;clear;who am i = It will display the detail information of login of the user into current directory.

$who;tty;date = It will display the detailed information of user which is connected to server

Similar questions