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

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

Socialism

§øç¡ålîšm - SHE/HER please 💜
Moderator
Joined
Jun 3, 2024
Messages
2,506
Location
🏳️‍⚧️Transnistria🏳️‍⚧️
Gender
Female
HSC
2026
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)
ts so hard to read in dark mode 😭
 

Socialism

§øç¡ålîšm - SHE/HER please 💜
Moderator
Joined
Jun 3, 2024
Messages
2,506
Location
🏳️‍⚧️Transnistria🏳️‍⚧️
Gender
Female
HSC
2026

Study to success

Well-Known Member
Joined
Sep 24, 2024
Messages
2,902
Location
#anti English hsc party headquarters
Gender
Female
HSC
2026
truee


Yeah but how tf do you get someones ip address from their subjects and a number😭
wdym their ip address. if u know someone state ranked, just search up on hsc ninja and it will come up with their school and full name. There's no need to find someone's ip address
 

alphxreturns

Well-Known Member
Joined
Oct 22, 2024
Messages
507
Gender
Male
HSC
2025
gotten so lazy that ive procrastinated procrastinating 💔
real. iv got sor1 exam today, its on the 5 markers (post 45 and ab. spirituals) any tips

not expecting a reply before 10:30 when it starts but o well
 

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

Top