Login to ZARP
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Python help? (REWARD)

Python help? (REWARD) 5 years 10 months ago #945230





I might give you something on ssrp or pointshop if you do it.
  • TimeForPug
  • TimeForPug's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 6768
  • Thanks received: 1213
  • Karma: -15
Last Edit: 5 years 10 months ago by TimeForPug.
Login or register to post a reply.

Python help? 5 years 10 months ago #945243

console player amirite
  • pigskin
  • pigskin's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • uwu
  • Posts: 4807
  • Thanks received: 1440
  • Karma: -12
falling for the pink pill :OMEGALUL:
Login or register to post a reply.

Python help? 5 years 10 months ago #945244

RhysB wrote:
console player amirite

WET
  • TimeForPug
  • TimeForPug's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 6768
  • Thanks received: 1213
  • Karma: -15
Login or register to post a reply.

Python help? 5 years 10 months ago #945246

while True:
    num1 = input("Enter first number - ");
    
    if str(num1) == "quit":
        break;
    
    num2 = input("Enter second number - ");
    
    print("Result is: " + str( int(num1) + int(num2)))
str = input("Where are you? ");

while str != "Rome":
    str = input("Where are you? ");
    
print("When in Rome do what the Romans do");
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Last Edit: 5 years 10 months ago by DEADMONSTOR.
Login or register to post a reply.
The following user(s) said Thank You: pigskin

Python help? 5 years 10 months ago #945251

what subject you doing?
  • bunnyslippers69
  • bunnyslippers69's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 3539
  • Thanks received: 1186
  • Karma: 0
Login or register to post a reply.

Python help? 5 years 10 months ago #945254

Bunnyslippers69 wrote:
what subject you doing?
Looks like Chemistry to me
  • pigskin
  • pigskin's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • uwu
  • Posts: 4807
  • Thanks received: 1440
  • Karma: -12
falling for the pink pill :OMEGALUL:
Login or register to post a reply.
The following user(s) said Thank You: Xeronise

Python help? 5 years 10 months ago #945255

Is that code academy :sick:
  • Diet Water
  • Diet Water's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Posts: 2948
  • Thanks received: 748
  • Karma: -51
Login or register to post a reply.

Python help? 5 years 10 months ago #945256

RhysB wrote:
Bunnyslippers69 wrote:
what subject you doing?
Looks like Chemistry to me
Yeah not funny, i was just asking a simple question because at my school we have two different types of computing.
  • bunnyslippers69
  • bunnyslippers69's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 3539
  • Thanks received: 1186
  • Karma: 0
Login or register to post a reply.

Python help? 5 years 10 months ago #945258

Bunnyslippers69 wrote:
RhysB wrote:
Bunnyslippers69 wrote:
what subject you doing?
Looks like Chemistry to me
Yeah not funny, i was just asking a simple question because at my school we have two different types of computing.
I am guessing hes taking a programming class. Python is the most common language taught iirc
  • Diet Water
  • Diet Water's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Posts: 2948
  • Thanks received: 748
  • Karma: -51
Login or register to post a reply.

Python help? 5 years 10 months ago #947593

Deadmonstors code is too "Advanced" lmao.

Anymore help?
  • TimeForPug
  • TimeForPug's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 6768
  • Thanks received: 1213
  • Karma: -15
Login or register to post a reply.

Python help? 5 years 10 months ago #948742

b
u
m
p
  • TimeForPug
  • TimeForPug's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 6768
  • Thanks received: 1213
  • Karma: -15
Login or register to post a reply.

Python help? 5 years 10 months ago #948747

TimeForPug wrote:
Deadmonstors code is too "Advanced" lmao.

Anymore help?
>basics of python
>too advanced
  • ChikenGod
  • ChikenGod's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • BiWx Vape still not implemented smh.
  • Posts: 1799
  • Thanks received: 271
  • Karma: -11
Login or register to post a reply.
The following user(s) said Thank You: Diet Water

Python help? 5 years 10 months ago #948798

Gamesys The Chiken God wrote:
TimeForPug wrote:
Deadmonstors code is too "Advanced" lmao.

Anymore help?
>basics of python
>too advanced

I had no teacher for 1 year of my GCSE's as he got kicked out of school for slamming a door on a kid and throwing a brick at him.
  • TimeForPug
  • TimeForPug's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 6768
  • Thanks received: 1213
  • Karma: -15
Login or register to post a reply.

Python help? 5 years 10 months ago #948815

with my BTEC Python knowladge I saved the day!
while True:
    num1 = input("Enter first number - ")
    if num1.lower() == "quit":
        q = True
        break
    num2 = input("Enter second number - ")

    result = int(num1) + int(num2)
    print("Result is "+str(result))
while True:
    question= input("Where are you? ")
    if question.lower() == "rome":
        print("When in Rome do what the Romans do")
        break
  • SkeletonWarrior
  • SkeletonWarrior's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • A Pure Legend!
  • Posts: 3262
  • Thanks received: 1124
  • Karma: 3



csontvazharcos
Former:
SSRP Super Administrator
TeamSpeak Staff
Forums Section Moderator
Login or register to post a reply.

Python help? 5 years 10 months ago #948818

SkeletonWarrior wrote:
with my BTEC Python knowladge I saved the day!
while True:
    num1 = input("Enter first number - ")
    if num1.lower() == "quit":
        q = True
        break
    num2 = input("Enter second number - ")

    result = int(num1) + int(num2)
    print("Result is "+str(result))
while True:
    question= input("Where are you? ")
    if question.lower() == "rome":
        print("When in Rome do what the Romans do")
        break
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Gold Badge
  • I love Henny
  • Posts: 16702
  • Thanks received: 9536
  • Karma: 1000
Login or register to post a reply.
The following user(s) said Thank You: DEADMONSTOR, Diet Water

Python help? 5 years 10 months ago #948820

SkeletonWarrior wrote:
with my BTEC Python knowladge I saved the day!
while True:
    num1 = input("Enter first number - ")
    if num1.lower() == "quit":
        q = True
        break
    num2 = input("Enter second number - ")

    result = int(num1) + int(num2)
    print("Result is "+str(result))
while True:
    question= input("Where are you? ")
    if question.lower() == "rome":
        print("When in Rome do what the Romans do")
        break
Warning, q is defined but not used
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Last Edit: 5 years 10 months ago by DEADMONSTOR.
Login or register to post a reply.
The following user(s) said Thank You: SkeletonWarrior

Python help? 5 years 10 months ago #948822

DEADMONSTOR wrote:
SkeletonWarrior wrote:
with my BTEC Python knowladge I saved the day!
while True:
    num1 = input("Enter first number - ")
    if num1.lower() == "quit":
        q = True
        break
    num2 = input("Enter second number - ")

    result = int(num1) + int(num2)
    print("Result is "+str(result))
while True:
    question= input("Where are you? ")
    if question.lower() == "rome":
        print("When in Rome do what the Romans do")
        break
Warning, q is defined but not used
fuck I left it in there lmao, I thought I deleted it
:omegalul:
  • SkeletonWarrior
  • SkeletonWarrior's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • A Pure Legend!
  • Posts: 3262
  • Thanks received: 1124
  • Karma: 3



csontvazharcos
Former:
SSRP Super Administrator
TeamSpeak Staff
Forums Section Moderator
Login or register to post a reply.

Python help? 5 years 10 months ago #948824

SkeletonWarrior wrote:
DEADMONSTOR wrote:
SkeletonWarrior wrote:
with my BTEC Python knowladge I saved the day!
while True:
    num1 = input("Enter first number - ")
    if num1.lower() == "quit":
        q = True
        break
    num2 = input("Enter second number - ")

    result = int(num1) + int(num2)
    print("Result is "+str(result))
while True:
    question= input("Where are you? ")
    if question.lower() == "rome":
        print("When in Rome do what the Romans do")
        break
Warning, q is defined but not used
fuck I left it in there lmao, I thought I deleted it
:omegalul:
Look we know you had to CTRL + C and CTRL + V, don't try make yourself seem smart :silly:
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Gold Badge
  • I love Henny
  • Posts: 16702
  • Thanks received: 9536
  • Karma: 1000
Login or register to post a reply.
The following user(s) said Thank You: Magik

Python help? 5 years 10 months ago #948825

Clarky wrote:
SkeletonWarrior wrote:
DEADMONSTOR wrote:
SkeletonWarrior wrote:
with my BTEC Python knowladge I saved the day!
while True:
    num1 = input("Enter first number - ")
    if num1.lower() == "quit":
        q = True
        break
    num2 = input("Enter second number - ")

    result = int(num1) + int(num2)
    print("Result is "+str(result))
while True:
    question= input("Where are you? ")
    if question.lower() == "rome":
        print("When in Rome do what the Romans do")
        break
Warning, q is defined but not used
fuck I left it in there lmao, I thought I deleted it
:omegalul:
Look we know you had to CTRL + C and CTRL + V, don't try make yourself seem smart :silly:
Yo Mr. Cyber bully, I actually wrote it myself but I realised I need to end the loop after the first input but if I just set q to true it will run through it once. So GTFO
  • SkeletonWarrior
  • SkeletonWarrior's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • A Pure Legend!
  • Posts: 3262
  • Thanks received: 1124
  • Karma: 3



csontvazharcos
Former:
SSRP Super Administrator
TeamSpeak Staff
Forums Section Moderator
Login or register to post a reply.

Python help? 5 years 10 months ago #948827

SkeletonWarrior wrote:
Clarky wrote:
SkeletonWarrior wrote:
DEADMONSTOR wrote:
SkeletonWarrior wrote:
with my BTEC Python knowladge I saved the day!
while True:
    num1 = input("Enter first number - ")
    if num1.lower() == "quit":
        q = True
        break
    num2 = input("Enter second number - ")

    result = int(num1) + int(num2)
    print("Result is "+str(result))
while True:
    question= input("Where are you? ")
    if question.lower() == "rome":
        print("When in Rome do what the Romans do")
        break
Warning, q is defined but not used
fuck I left it in there lmao, I thought I deleted it
:omegalul:
Look we know you had to CTRL + C and CTRL + V, don't try make yourself seem smart :silly:
Yo Mr. Cyber bully, I actually wrote it myself but I realised I need to end the loop after the first input but if I just set q to true it will run through it once. So GTFO
:omegalul: CYBER BULLY :omegalul:
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP Gold Badge
  • I love Henny
  • Posts: 16702
  • Thanks received: 9536
  • Karma: 1000
Login or register to post a reply.
  • Page:
  • 1
  • 2
Time to create page: 0.141 seconds

285 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
13/127
online
Connect to server View Gametracker Deathrun
0/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
3/32
online
Connect to server View Gametracker Surf
5/32
online
Connect to server View Gametracker Prop Hunt
0/42
online
Connect to server View Gametracker Sandbox
0/42
online
Connect to server Discord
264/791
online
Top