• Coming soon...BoS Trial exams
    Watch this space!

Class of 2025 (2025 HSC CHAT) (11 Viewers)

reniiiblaseee

Active Member
Joined
Mar 27, 2025
Messages
319
Gender
Female
HSC
2025
From now Iโ€™m back into study soo
Attempting at least 8hrs each for Saturday + Sunday
Then abt 4 for school days but school draining asf ๐Ÿ’”
Wbu
well i have one more trial exam to go b4 i start the hsc grind so im hoping for 6-8h a day, maybe 4-5 on school days considering events like graduation will come in
 

Kat.crazi

๐“‡๐‘’๐“๐‘’๐’ถ๐“ˆ๐‘’ ๐“‚๐‘’
Joined
Aug 25, 2024
Messages
735
Gender
Female
HSC
2025
well i have one more trial exam to go b4 i start the hsc grind so im hoping for 6-8h a day, maybe 4-5 on school days considering events like graduation will come in
Very solid good luck !
 

Kat.crazi

๐“‡๐‘’๐“๐‘’๐’ถ๐“ˆ๐‘’ ๐“‚๐‘’
Joined
Aug 25, 2024
Messages
735
Gender
Female
HSC
2025
Anyone know how hard it is to get into co-op at UNSW? I highly doubt I will get in but I'll apply anyway
 

Tony Stark

Well-Known Member
Joined
Jan 22, 2025
Messages
336
Location
Where th4run is
Gender
Male
HSC
2025
Python:
import time

char = {
    'seq0': 'โŒœโ€โŒโŒ‰โŒ‹โŒŸโ€ฟโŒžโŒŠโŒˆ',
    'seq1': 'โ‡‘โ‡—โ‡’โ‡˜โ‡“โ‡™โ‡โ‡–  ',
    'seq2': 'โ˜โ‡—โ˜žโ‡˜โ˜Ÿโ‡™โ˜œโ‡–  ',
    'seq3': '(โ€)โ€ฟ(โ€)โ€ฟ  ',
    'seq4': 'โ•šโ•”โ•—โ•โ•šโ•”โ•—โ•  ',
    'seq5': "';. ';. ';."}
i = 0
j = 0
x = 0
y = 0
while True:
    if j > 5:
        j = 0
    for i in range(9): # length of longest string, other strings must be up to this length too
        print(f'\r{char[f'seq{j}'][i]}', end="\r")
        time.sleep(0.25)
    j = j + 1
 

bigupsanky

Active Member
Joined
Jul 1, 2025
Messages
268
Gender
Male
HSC
2025
Python:
import time

char = {
    'seq0': 'โŒœโ€โŒโŒ‰โŒ‹โŒŸโ€ฟโŒžโŒŠโŒˆ',
    'seq1': 'โ‡‘โ‡—โ‡’โ‡˜โ‡“โ‡™โ‡โ‡–  ',
    'seq2': 'โ˜โ‡—โ˜žโ‡˜โ˜Ÿโ‡™โ˜œโ‡–  ',
    'seq3': '(โ€)โ€ฟ(โ€)โ€ฟ  ',
    'seq4': 'โ•šโ•”โ•—โ•โ•šโ•”โ•—โ•  ',
    'seq5': "';. ';. ';."}
i = 0
j = 0
x = 0
y = 0
while True:
    if j > 5:
        j = 0
    for i in range(9): # length of longest string, other strings must be up to this length too
        print(f'\r{char[f'seq{j}'][i]}', end="\r")
        time.sleep(0.25)
    j = j + 1
what's this supposed to mean?
 

Users Who Are Viewing This Thread (Users: 1, Guests: 10)

Top