Skip to content

Commit 4e0ee87

Browse files
Readme formatting
1 parent d51390f commit 4e0ee87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ In Python, we can call a built-in function indirectly ```getattr(__import__('bui
4242
To call other functions, we would just use either of the two string encoding methods above.
4343

4444
Input:
45-
```print(chr(65))
46-
```
45+
```print(chr(65))```
4746
Output:
4847
```_=str(''.join(chr(__RSV) for __RSV in [0x62,0x75,0x69,0x6c,0x74,0x69,0x6e,0x73]));__=str(''.join(chr(__RSV) for __RSV in [0x70,0x72,0x69,0x6e,0x74]));___=str(''.join(chr(__RSV) for __RSV in [0x63,0x68,0x72]));____=((()==[])+(()==[]));_____=(____**____);______=((_____<<_____));_______=((______<<(____**____)));________=((_______<<(____**____)));_________=((________<<(____**____)));__________=((_________<<(____**____)))
4948
getattr(__import__(_), __)(getattr(__import__(_), ___)(((____**____)+(__________<<(____**____)))))

0 commit comments

Comments
 (0)