https://www.theforage.com/virtual-internships/prototype/tKxM2fzpMvmuA8sei/SAP-Tech-Consulting-Virtual-Experience-Program#lp
Koi interested hon toh dekh lena
Koi interested hon toh dekh lena
Theforage
Apply your data analytics skills to help a French fashion brand resolve declining sales in the US as a Technical Consultant with SAP | Build real world skills with Forage.
Should you become a programmer?
www.freecodecamp.org
www.freecodecamp.org
Read this carefully before applying in cognizant
I already did this mistake๐๐คฆโโ๐
I already did this mistake๐๐คฆโโ๐
def fizzBuzz(n):
for i in range(1,n+1):
if i % 3 == 0 and i % 5 == 0:
print('FizzBuzz')
elif i % 3 == 0:
print('Fizz')
elif i % 5 == 0:
print('Buzz')
else:
print(i)
Fizzbuz
for i in range(1,n+1):
if i % 3 == 0 and i % 5 == 0:
print('FizzBuzz')
elif i % 3 == 0:
print('Fizz')
elif i % 5 == 0:
print('Buzz')
else:
print(i)
Fizzbuz