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

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

Sorghum Sneedley

Well-Known Member
Joined
Feb 6, 2025
Messages
95
Location
Teyvat
Gender
Male
HSC
2025
Okay update. He's back. He's going through all my cupboards looking for him now, and now he just keeps saying "but I won't keep her long" wtf is he on about? He is also saying he wants someone as young as possible... kinda creepy lol, but he's kinda a vibe I might let him stay. What do you guys think?
he chill let him stay
 
Joined
Jun 22, 2024
Messages
44
Gender
Female
HSC
2025
question out of pure curiosity and boredom

what sort of marks does it actually take to get a 99.95? similarly, what does it actually take to state rank? I only know for music it's super competitive but like what about other subjects
state ranks are a lot easier to get for languages, esp. niche languages if you do anything other than french and japanese
 

tigerian

Mr Sir
Joined
Jan 23, 2006
Messages
849
Location
Ryde
Gender
Male
HSC
N/A
Ive taught KR3/LFR . Happy to address any questions or concerns that anyone has . Send a pm so I will see i5 and respond
 

tropics...

Member
Joined
Jan 7, 2025
Messages
77
Gender
Female
HSC
2025
guys is it too late to start english tutoring for year 12 when you've already completed 3 out of 5 internal exams...
 

Kat.crazi

𝓇𝑒𝓁𝑒𝒶𝓈𝑒 𝓂𝑒
Joined
Aug 25, 2024
Messages
744
Gender
Female
HSC
2025
oops sorry b4 as in before but HOPEFULLY I GET HIGH BAND 5S AND 6S pls wish me luck ty ily
Good luck! If it’s any consolation I’m also in a similar boat, trying to get b6s but pretty stressed over sem 1
we can do it!!
 

Tony Stark

Well-Known Member
Joined
Jan 22, 2025
Messages
336
Location
Where th4run is
Gender
Male
HSC
2025
Python:
def linear():
    fx = input('Enter linear equation (y=mx+c): ').lower()
    #testing if there is a value for c, if not it is 0
    if fx[-1] == 'x':
        c = 0
    else:
        c = int(fx.partition('x')[-1])
    #testing if there is a value for m, if not it is 1
    if fx[0] == 'x':
        m = 1
    elif fx[0] != 'x':
        m = int(fx.partition('x')[0])
    else:
        m = int(input('Value for {y[0]}? '))
    print(f'm = {m}, c = {c}')
    obj = 'O'
    # if '-' not in fx:
    #     c = int(-c)
    x = 10
    # if m >= 3:
    #     obj = '|'
    # elif m < 3:
    #     obj = '/'
    print('^')
    while x > 1:
        for i in range(m-1):#logic to leave space for obj
            print('|') #move cursor downwards by m amount
            y = round((m * x) + c)
        print(f'|{' '*(x-2)}', end='')#-2 because there are two characters printed on the line
        print(obj)
        x = x - 1
    # print(obj)
    # for i in range(c):
    #     print('|')
    for i in range(c):
        print('|') 
    print(f'{'﹉'*7}>')
        
while True:
    linear()
Beta program I will name 'Delta+' because why not (e.g input 3x+5)
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 3)

Top