Mixed Practical QA Python Java HTML
Mixed Practical QA Python Java HTML
1. Variable
2. input()
-> User se value lene ke liye. Example: name = input('Enter name: ')
3. Data Types
4. if-else Syntax
-> if condition:
statement
else:
statement
5. Loop
6. Reverse String
7. List vs Tuple
8. Function
print('Hello')
9. range()
10. Comments
1. Structure
// code
}
2. main() Method
3. Declare Variable
4. Scanner Input
5. if-else vs switch
6. Loops
7. Function
8. String Concatenate
9. Typecasting
10. Class/Object
1. Full Form
2. Structure
-> <html><head></head><body></body></html>
3. head vs body
4. Headings
5. Paragraph/Break
6. Insert Image
8. Ordered/Unordered
9. Table Tags
-> <table><tr><td></td></tr></table>