Python Question: Why isn't it printing?

Asked 2 years ago, Updated 2 years ago, 16 views

Why doesn't it print?

python

2022-09-20 10:58

1 Answers

There are no commands to output.

Change it to print(type(a))


2022-09-20 10:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.