소스 검색

Update randomaddresses.py

Michael 1 년 전
부모
커밋
30ae6e731e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      examples/python-json-datagenerator/randomaddresses.py

+ 2 - 2
examples/python-json-datagenerator/randomaddresses.py

@@ -3,8 +3,8 @@ import json
 import random
 import random
 
 
 countries = [
 countries = [
-    "the US",
-    "the UK",
+    "United States",
+    "United Kingdom",
     "the Netherlands",
     "the Netherlands",
     "Germany",
     "Germany",
     "Mexico",
     "Mexico",