Jump to content

Split from The Official Programming Tips Thread

Featured Replies

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 

!

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.

 
  • Strange locked this topic

Archived

This topic is now archived and is closed to further replies.

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.