+ 1
Credit card generator
Can someone teach me how to make one i know I’ve been learning python but I need help on how to make this
5 ответов
+ 7
Semilore please share your attempt so we can help guide you based on your logic and the correct logic.
+ 3
Semilore ,
in your question may be you mean the code coach exercise: `credit card validator` ?
+ 2
Semilore based on your question I agree with Lothar as this would be the best way ... You are asking for "real (Bin) bank identification numbers" and other stuff a card needs.
https://www.sololearn.com/coach/96?ref=app
+ 1
BroFar
credit_number = ""
for x in range(16):
digit =random.randint(0, 9)
credit_number += str(digit)
print("credit card number:"+credit_number)
I need to makw jt input many cards as i want with like a real Bin and Other stuff a card needs
Its just a project nothing malicious
0
Contact .me lothAr\]