Skip to content

invalid syntax in parameter input  #4775

@rizkynat

Description

@rizkynat

def encode_to_b16(inp: str) -> bytes:
^

invalid syntaks in parameter input . but i try this is the same result. i use pyhton 3.8*
sample_string = "Hello World!"
sample_string_bytes = sample_string.encode('ascii')
base64_bytes = base64.b16encode(sample_string_bytes )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions