Skip to content

Instantly share code, notes, and snippets.

@DevBramz
Created October 4, 2023 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevBramz/6e663a12910a36016737b4505c01c1ea to your computer and use it in GitHub Desktop.
Save DevBramz/6e663a12910a36016737b4505c01c1ea to your computer and use it in GitHub Desktop.
NEWANSWER.PY.PY
for i in range(1,101):
if i%3==0 and i%5==0:
print("CracklePop")
elif i%3==0:
print("Crackle")
elif i%5==0:
print("Pop")
else:
print(i)
What do you want to be doing in two years?
In two years time, I want to have advanced into a software engineering lead role where I can guide a team of software developers while leading a high-impact software development project.In addition to that, I want to be in a position where I can mentor to aspiring junior software engineers to help them develop their technology skills
What is the most fascinating thing you've learned in the past month?
African buffaloes determine where the herd will move by using a democratic system.The process only involves adult females, and it all takes place with physical cues.Each female “casts her vote” by standing with her head facing the direction she wants the herd to take. The majority opinion determines the outcome.. Females appear to exhibit a sort of "voting behavior". During resting time, the females stand up, shuffle around, and sit back down again. They sit in the direction they think they should move. After an hour of more shuffling, the females travel in the direction they decide. This decision is communal and not based on hierarchy or dominance
oketchbramwel254@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment