mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add comparison ops
This commit is contained in:
@ -30,10 +30,10 @@ def hello_again(ctx: c_void_p) -> c_int64:
|
||||
# if delta < 1000000000:
|
||||
# print("execve called within last second")
|
||||
# last().delete(key)
|
||||
x = True
|
||||
x = 1
|
||||
y = False
|
||||
if x:
|
||||
if y:
|
||||
if x > 0:
|
||||
if x < 2:
|
||||
print("we prevailed")
|
||||
else:
|
||||
print("we did not prevail")
|
||||
|
||||
Reference in New Issue
Block a user