Jump to content

Split from The Official Programming Tips Thread


Simmer

Recommended Posts

I have one

#AI
def x (): 
 all(Q) |= set(Q is none) >>= any(a) |= set(none) is V is a is (Q.intersection(V is a))
def p ():
 while X <= 2:
  X = X + 1
 any(x()) in X(p(x()) is 0) or all(x()) in X(p(x()) is 1)
q=""
while True:
 i=32
 while i < 126:
   i= i + 1
   a = chr(i)
   p()
   if 1:
    q = q + a
   elif 0:
    q = q
 if q == q + "":
  break
print (q)

x() and p() have syntax errors I have no idea about

granted some more time thinking might help but its good to get out there 

Link to comment
Share on other sites

!

Moderator Note

I have split this off from the original thread as it does not seem to be relevant.

Posting an unexplained bit of code is not very helpful. 

What is the purpose of you post? Are you asking for help with something?

What language is this written in?

What is it supposed to do?

What errors (if any) are there?

Feel free to try again in a new thread.

 
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.