How to Generate UUID Version 4 using Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • Code snippet can be found in the website:
    lindevs.com/ge...
    uuid built-in library:
    docs.python.or...
    #Python #UUIDv4 #CodeSnippet

ความคิดเห็น • 3

  • @lionlight9514
    @lionlight9514 3 ปีที่แล้ว

    Thanks!

  • @arthig335
    @arthig335 2 ปีที่แล้ว

    Can we set uuid character length?

    • @lindevs
      @lindevs  2 ปีที่แล้ว

      UUID is fixed length. UUID consist of 36 characters. You should use different method to generate random string.