Skip to content

Commit

Permalink
Just adding today (April 23, 2024)'s basic practice.
Browse files Browse the repository at this point in the history
  • Loading branch information
dibleauzah committed Apr 23, 2024
1 parent 6bbfcc3 commit cb6baf0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
15 changes: 14 additions & 1 deletion importantAlgos/0wxOnWaxOff.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,18 @@ def lightBulb(N):
# else:
# result += i
# return result
# ?_Functionality Test(s): Suspended for the day.
#?_Functionality Test(s): Suspended for the day.
#!-----------------------------------------------//

# *_Day 14 of STM Self-Challenge: April 23, 2024
#!_Challenge(s) waived for today. Goal: continuous practice.

print("Today is a good day! Salut, monde! :-)")

#?_Functionality Test Result: PASS.
#?_Details (/results pasted below):
# [Running] python -u "/Users/seif/Desktop/From_Student_to_Master/importantAlgos/0wxOnWaxOff.py"
# Today is a good day! Salut, monde! :-)
# [Done] exited with code=0 in 0.105 seconds

#!-----------------------------------------------//
36 changes: 35 additions & 1 deletion publicProjectsAndSnippets/Python Projects/app1/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

#!_Mini-Project or Practice-Sesh 1

# import random

# # Generate a random number between 1 and 100
Expand Down Expand Up @@ -26,4 +29,35 @@
#?_Test result: Failure.
#?_Other note(s):
#_____#*_Date of attempt: April 15, 2024.
#_____#*_"Moving-Forward" Resolution: I'll just have to try it again later.
#_____#*_"Moving-Forward" Resolution: I'll just have to try it again later.

#!_//===============================================================//

#!_Mini-Project or Practice-Sesh 2
#!_Date: April 23, 2024.

#?_Testing basic data-sci concepts: ...

# import pandas
# import skickitlearn
# import math

# def justTesting (X):
# var anyGiven = number = random.randint(1, 100):

# print (justTesting[anyGiven])

#?_Test result: ___Failure on purpose.___
#?_Details (Added Below):

# [Running] python -u "/Users/seif/Desktop/From_Student_to_Master/publicProjectsAndSnippets/Python Projects/app1/main.py"
# File "/Users/seif/Desktop/From_Student_to_Master/publicProjectsAndSnippets/Python Projects/app1/main.py", line 46
# var anyGiven = number = random.randint(1, 100):
# ^
# SyntaxError: invalid syntax

# [Done] exited with code=1 in 0.216 seconds

#!_//===============================================================//


0 comments on commit cb6baf0

Please sign in to comment.