What is the output of the following
x = "abcdef"
i = "a"
for i in x:
print(i),
a) no output
b) i i i i i i …
c) a a a a a a …
d) a b c d e f
No Answer is Posted For this Question
Be the First to Post Answer
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
What are the main principles of OOP?
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
why we use abstract in awt?
Difference between views and index in sas programming
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
what is the difference between a looping statement and a decision statement
how can we maintain the previous version scripts to new version.
0 Answers DST Global Solutions,
what is delimiter in sas ?
Write a shell program to test whether a given year is leap year or not ?
how to convert hashmap to arraylist with iteration