Login to ZARP





  • Page:
  • 1
  • 2

TOPIC: Python help? (REWARD)

Python help? (REWARD) 7 years 3 weeks ago #945230





I might give you something on ssrp or pointshop if you do it.
  • TimeForPug
  • TimeForPug's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Posts: 6769
  • Thanks received: 1212
  • Karma: -15
Last Edit: 7 years 2 weeks ago by TimeForPug.
Login or register to post a reply.

Python help? 7 years 3 weeks ago #945243

console player amirite
  • pigskin
  • pigskin's Avatar
  • Offline
  • Mythical Boarder
  • 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? 7 years 3 weeks ago #945244

RhysB wrote:
console player amirite

WET
  • TimeForPug
  • TimeForPug's Avatar
  • Offline
  • Adept Boarder
  • ZARP VIP
  • Posts: 6769
  • Thanks received: 1212
  • Karma: -15
Login or register to post a reply.

Python help? 7 years 3 weeks 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: 9279
  • Thanks received: 3800
  • Karma: 80

...
Last Edit: 7 years 3 weeks ago by DEADMONSTOR.
Login or register to post a reply.
The following user(s) said Thank You: pigskin

Python help? 7 years 3 weeks ago #945251

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

Python help? 7 years 3 weeks ago #945254

Bunnyslippers69 wrote:
what subject you doing?
Looks like Chemistry to me
  • pigskin
  • pigskin's Avatar
  • Offline
  • Mythical Boarder
  • 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? 7 years 3 weeks ago #945255

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

Python help? 7 years 3 weeks 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
  • Posts: 3539
  • Thanks received: 1185
  • Karma: 0
Login or register to post a reply.

Python help? 7 years 3 weeks 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: 746
  • Karma: -51
Login or register to post a reply.

Python help? 7 years 2 weeks ago #947593

Deadmonstors code is too "Advanced" lmao.

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

Python help? 7 years 2 weeks ago #948742

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

Python help? 7 years 2 weeks 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? 7 years 2 weeks 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
  • Posts: 6769
  • Thanks received: 1212
  • Karma: -15
Login or register to post a reply.

Python help? 7 years 2 weeks 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: 1123
  • Karma: 3




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

Python help? 7 years 2 weeks 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
  • I love Henny
  • Posts: 17048
  • Thanks received: 9688
  • Karma: 982
Login or register to post a reply.
The following user(s) said Thank You: DEADMONSTOR, Diet Water

Python help? 7 years 2 weeks 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: 9279
  • Thanks received: 3800
  • Karma: 80

...
Last Edit: 7 years 2 weeks ago by DEADMONSTOR.
Login or register to post a reply.
The following user(s) said Thank You: SkeletonWarrior

Python help? 7 years 2 weeks 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: 1123
  • Karma: 3




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

Python help? 7 years 2 weeks 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
  • I love Henny
  • Posts: 17048
  • Thanks received: 9688
  • Karma: 982
Login or register to post a reply.
The following user(s) said Thank You: Magik

Python help? 7 years 2 weeks 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: 1123
  • Karma: 3




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

Python help? 7 years 2 weeks 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
  • I love Henny
  • Posts: 17048
  • Thanks received: 9688
  • Karma: 982
Login or register to post a reply.
  • Page:
  • 1
  • 2
Moderators: Clarky

Time to create page: 0.227 seconds

234 PLAYERS ONLINE

Connect to server View Gametracker DarkRP
8/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
0/32
Online
Connect to server View Gametracker Surf
3/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
223/965
Online
Top