E Wallet Code Info

return f"Sent $amount to recipient_wallet.user_id"

alice.deposit(100) print(alice.pay(30, bob)) e wallet code

print(f"Alice balance: $alice.balance") print(f"Bob balance: $bob.balance") return f"Sent $amount to recipient_wallet