Discuss Scratch

Rendangbike2
Scratcher
1000+ posts

NewType, a new and easy programming language

Rendangbike2 wrote:

mybearworld wrote:

HPD1155 wrote:

How are we gonna fix the python without people wrking on it let help guys!
(shrug) give me the code where the problem is and the problem - I can't do without.
I can't right now.
import os
def cls():
    os.system('cls' if os.name=='nt' else 'clear')
ans = []
while not "run" in ans:
    ans.append(input(">>> "))
cls()
del ans[ - 1]
for x in ans:
    i = ans[ans.index(x)]
    if "say" in [i]:
        y = int(len(i) - 1)
        print(i[5:y])




SheldorCobre
Scratcher
100+ posts

NewType, a new and easy programming language

HPD1155 wrote:

Rendangbike2 wrote:

SheldorCobre wrote:

Chewyblockguy wrote:

SheldorCobre wrote:

Newtype?
do you watch uhhh gundam or something?
this is not at all based on anime = )
yeah butnnames the same
It's like a new way of typing and by that I mean that typing is the same as coding
lol ye
Aahhh i see

HPD1155
Scratcher
100+ posts

NewType, a new and easy programming language

Rendangbike2 wrote:

mybearworld wrote:

HPD1155 wrote:

How are we gonna fix the python without people wrking on it let help guys!
(shrug) give me the code where the problem is and the problem - I can't do without.
I can't right now.

i luv koenigseggs I is a hackr FYI
console.log(“hi); I’m an ethical hacker FYI
Rendangbike2
Scratcher
1000+ posts

NewType, a new and easy programming language

HPD1155 wrote:

Rendangbike2 wrote:

mybearworld wrote:

HPD1155 wrote:

How are we gonna fix the python without people wrking on it let help guys!
(shrug) give me the code where the problem is and the problem - I can't do without.
I can't right now.
I already gave the code.




mybearworld
Scratcher
1000+ posts

NewType, a new and easy programming language

Rendangbike2 wrote:

Rendangbike2 wrote:

mybearworld wrote:

HPD1155 wrote:

How are we gonna fix the python without people wrking on it let help guys!
(shrug) give me the code where the problem is and the problem - I can't do without.
I can't right now.
self.snip() # -snip-
What results are you expecting? This:
>>> say["Hello"]
>>> run
Hello
I was able to do. I don't know what you expect.

Edit:
import os
def cls():
    os.system('cls' if os.name=='nt' else 'clear')
ans = []
while not "run" in ans:
    ans.append(input(">>> "))
cls()
del ans[-1]
for x in ans:
    i = ans[ans.index(x)]
    if "say" in i:
        y = len(i) - 2
        print(i[5:y])

Last edited by mybearworld (Feb. 16, 2021 08:05:27)


Signatures are the only place where assets links still work.
Rendangbike2
Scratcher
1000+ posts

NewType, a new and easy programming language

mybearworld wrote:

I was able to do. I don't know what you expect.
Hmmmmm, Interesting, repl.it didn't do anything.




HPD1155
Scratcher
100+ posts

NewType, a new and easy programming language

Hey guys! Are we continuing this project or is it discontinued

i luv koenigseggs I is a hackr FYI
console.log(“hi); I’m an ethical hacker FYI
HPD1155
Scratcher
100+ posts

NewType, a new and easy programming language

NewType I added some new icons to the website and I am still trying to get the online ide to cooperate with me

i luv koenigseggs I is a hackr FYI
console.log(“hi); I’m an ethical hacker FYI

Powered by DjangoBB