+ 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

12th May 2025, 9:12 PM
Semilore
Semilore - avatar
5 Respostas
+ 7
Semilore please share your attempt so we can help guide you based on your logic and the correct logic.
12th May 2025, 10:53 PM
BroFar
BroFar - avatar
+ 3
Semilore , in your question may be you mean the code coach exercise: `credit card validator` ?
13th May 2025, 3:54 PM
Lothar
Lothar - avatar
+ 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
13th May 2025, 8:01 PM
BroFar
BroFar - avatar
+ 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
13th May 2025, 7:26 PM
Semilore
Semilore - avatar
0
Contact .me lothAr\]
14th May 2025, 2:10 PM
GAMEFLIX
GAMEFLIX - avatar