mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 09:25:48 +03:00
[GH-ISSUE #336] undefined raw input #272
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Briankimany on GitHub (Nov 11, 2022).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/336
i keep on getting syntax errors and other types of errors

@screeck commented on GitHub (Nov 13, 2022):
Try running it with python2 instead of python3
@Briankimany commented on GitHub (Nov 14, 2022):
i actually shifted to katoolin3 but now am getting new problems that am trying to solve
@keys-i commented on GitHub (Feb 26, 2023):
it is not a error, raw_input() was renamed to input() in python v3.x
@ghost commented on GitHub (Mar 10, 2023):
change all the raw_input to input in the file and it will work just fine