@Brighht
|Mastering python馃|Aspiring Data Scientist 馃搳|Game Enthusiast馃幃|Robotics馃
Nothing here yet.
Nothing here yet.
Aug 13, 2023 路 1 min read 路 Day 10: Playback speed Some people have a habit of lecturing and speaking rather quickly, and it鈥檇 be nice to slow them down, a la YouTube鈥檚 0.75 playback speed, or even by having them pause between words. Exercise character = input("Anything of your...
Join discussionAug 12, 2023 路 1 min read 路 Day 9: Converting text to emoji Emojis play a pivotal role in conveying expressions and emotions across social media platforms. For many programmers, the intriguing prospect of crafting Python code to dynamically generate emojis has likely crossed th...
Join discussionAug 11, 2023 路 1 min read 路 Day 8: Exercise on Einsteins' formula Today's exercise is based on the famous energy formula m = int(input("m: ")) def einstein(): return m *300000000**2 result = einstein() print("E: "+str(result)) #this is a code for the formula any mass you in...
Join discussion