Did you know? No work experience in #cybersecurity or formal education is required. If youβre a problem-solver with an analytical mindset, Certified in Cybersecurity (CC) is for you.
Find out more: https://t.co/ClvSw6Re6n
#CybersecurityCertification
Decodeππ
import time
def merry_christmas(n: int = 30):
for i in range(1, n, 2):
print(("*" * i).center(n))
time.sleep(0.2)
for j in range(int(n / 9)):
print(("|||").center(n))
time.sleep(0.2)
print(("π π π π π").center(n))
merry_christmas(30)
Are you a software developer, startup, leader, solution architect, or just simply curious about cloud technology? Follow us to stay updated on the latest developments.