Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
convert to bin problem
#4
ok, i solve it by split it by chars
for i in range(2,len(str(a))):
    print(str(a)[i])
Reply


Messages In This Thread
convert to bin problem - by kucingkembar - Apr-19-2024, 02:50 AM
RE: convert to bin problem - by Gribouillis - Apr-19-2024, 05:21 AM
RE: convert to bin problem - by kucingkembar - Apr-19-2024, 06:12 AM
RE: convert to bin problem - by kucingkembar - Apr-19-2024, 12:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Convert From PDf into JPEG Problem koklimabc 4 1,132 Sep-05-2023, 06:44 AM
Last Post: Gribouillis
  Convert string to float problem vasik006 8 3,510 Jun-03-2022, 06:41 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020