The phrase ____ describe viruses, worms, Trojan horse attack applets and attack scripts.
Anonymous Quiz
19%
Spam
17%
Phishing
50%
Malware
14%
Virus
The following is not applications software
Anonymous Poll
42%
Window XP
28%
Desktop publishing
19%
Spreadsheet
11%
Word processing
from turtle import *
color('red', 'yellow')
begin_fill()
while True:
forward(200)
left(170)
if abs(pos()) < 1:
break
end_fill()
done()
color('red', 'yellow')
begin_fill()
while True:
forward(200)
left(170)
if abs(pos()) < 1:
break
end_fill()
done()
👍10❤3