Q&A Discussions
String formating
0 Votes
1 Answer001 - string or int
0 Votes
6 AnswersString to double
1 Vote
2 Answersis there anything wrong in this please answer
import string
from random import *
letters = string.ascii_letters
digits = string.digits
chars = letters + digits
min_length = 9
max_length = 15
password = "".join(choice(chars) for x in range(randint(min_length, max_length)))
print(password)
1 Vote
4 AnswersString compare
0 Votes
2 Answerswhy is it not running?
import java.util.Scanner;
public class Myclass{
public static void main(String [] args){
Scanner in = new Scanner(System.in);
String a;
int b;
System.out.println("enter a word");
a = in.nextLine();
System.out.println("enter repetition")
b = in.nextInt();
for ( int = 0; x < b; x = x++)
System.out.println(a);
}
}
0 Votes
8 Answerswhat is string
0 Votes
4 Answerswhat is string
0 Votes
2 Answersstring show error
1 Vote
1 Answerwhat is string ?
4 Votes
5 AnswersHot today
Safety Deposit Boxes
3 Votes
How to code a calculator
1 Votes
Follower
2 Votes
matplotlib library
1 Votes
Libraries
1 Votes
Program coding in Indonesian
0 Votes