Ad
Code
Diff
  • print(f"hello {len('hello')}")
    • print("hello {}".format(len("hello")))
    • print(f"hello {len('hello')}")