0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

英熟語Pythonテスト

Last updated at Posted at 2025-11-14
import random

print("The generative AI first paraphrases English vocabulary using an English–English dictionary, and then uses those meanings as a basis to construct longer English sentences suitable for AI learning and TOEIC-style practice.")


words = [
    (1, "be late for ~"),
    (2, "once in a while"),
    (3, "lose oneself in ~"),
    (4, "be incapable of ...ing"),
    (5, "at one's wit's end"),
    (6, "be cut out for ~"),
    (7, "make a contribution to ~"),
    (8, "turn to ~"),
    (9, "be suitable for ~"),
    (10, "in the course of ~"),
    (11, "get ready for ~"),
    (12, "on the go"),
    (13, "in progress"),
    (14, "get in contact with ~"),
    (15, "lose sight of ~"),
    (16, "in no time"),
    (17, "as is often the case (with ~)"),
    (18, "act on ~"),
    (19, "pick out ~"),
    (20, "be similar to ~"),
    (21, "single out ~"),
    (22, "have ~ in common"),
    (23, "be afraid to do"),
    (24, "see A as B"),
    (25, "at first glance"),
    (26, "be anxious to do"),
    (27, "make haste"),
    (28, "at ease"),
    (29, "not possibly"),
    (30, "would rather ~ than ..."),
    (31, "the chances are that ..."),
    (32, "(just) around the corner"),
    (33, "come into effect"),
    (34, "become of ~"),
    (35, "at present"),
    (36, "go a long way to ~"),
    (37, "participate in ~"),
    (38, "such as ~"),
    (39, "brush up on ~"),
    (40, "be content with ~"),
    (41, "all of a sudden"),
    (42, "at home"),
    (43, "go by"),
    (44, "be of no use"),
    (45, "by all means"),
    (46, "keep ~ in mind"),
    (47, "~, when ..."),
    (48, "it is ~ that ..."),
    (49, "go on (with ~)"),
    (50, "add A to B"),
    (51, "hear of ~"),
    (52, "once upon a time"),
    (53, "keep an eye on ~"),
    (54, "go off"),
    (55, "present A with B"),
    (56, "next to ~"),
    (57, "point out that ..."),
    (58, "account for ~"),
    (59, "pay (A) for B"),
    (60, "if S were to do"),
    (61, "were it not for ~"),
    (62, "to one's + 感情名詞"),
    (63, "be S ~ (or ...)"),
    (64, "not always"),
    (65, "~, so that ..."),
    (66, "whatever (may) ..."),
    (67, "what is called ~"),
    (68, "in detail"),
    (69, "spend A on B"),
    (70, "give ~ a ride"),
    (71, "in a hurry"),
    (72, "watch out (for ~)"),
    (73, "under construction"),
    (74, "make a mistake"),
    (75, "have a good eye for ~"),
    (76, "a piece of + 不可算名詞"),
    (77, "make a living"),
    (78, "second to none"),
    (79, "take the trouble to do"),
    (80, "out of date"),
    (81, "for the present"),
    (82, "too ~ (for A) to do"),
    (83, "a host of ~"),
    (84, "hand down ~"),
    (85, "for a while"),
    (86, "hang on (to ~)"),
    (87, "in particular"),
    (88, "put ~ to use"),
    (89, "take up ~"),
    (90, "put out ~"),
    (91, "adapt A to B"),
    (92, "take a chance"),
    (93, "many a ~"),
    (94, "it appears that ..."),
    (95, "A as well as B"),
    (96, "it costs S ~ to do"),
    (97, "be in the habit of ...ing"),
    (98, "both A and B"),
    (99, "at will"),
    (100, "of one's own accord"),
    (101, "be bored with ~"),
    (102, "see (to it) that ..."),
    (103, "to the fullest"),
    (104, "with all ~"),
    (105, "break out"),
    (106, "be true of ~"),
    (107, "be liable to do"),
    (108, "be of interest"),
    (109, "remember to do"),
    (110, "not only A but B"),
    (111, "to tell the truth"),
    (112, "cannot help but do"),
    (113, "no matter how ..."),
    (114, "be absorbed in ~"),
    (115, "get tired from ~"),
    (116, "put in ~"),
    (117, "be compelled to do"),
    (118, "go ahead"),
    (119, "concentrate on ~"),
    (120, "get on with ~"),
    (121, "limit A to B"),
    (122, "wake ~ up"),
    (123, "cure A of B"),
    (124, "lead to ~"),
    (125, "go wrong"),
    (126, "that is (to say)"),
    (127, "S wish ..."),
    (128, "X times as ~ as ..."),
    (129, "the比較級 ~, the比較級 ..."),
    (130, "be supposed to do"),
    (131, "make the best of ~"),
    (132, "try on ~"),
    (133, "blow up"),
    (134, "call off ~"),
    (135, "on the air"),
    (136, "on and on"),
    (137, "(at) first hand"),
    (138, "drive at ~"),
    (139, "run for ~"),
    (140, "only to do"),
    (141, "intended to have + p.p."),
    (142, "to be honest"),
    (143, "over ~"),
    (144, "on earth"),
    (145, "neither A nor B"),
    (146, "lest S should ..."),
    (147, "be accustomed to ~"),
    (148, "be grateful for B"),
    (149, "contribute to ~"),
    (150, "more often than not"),
    (151, "fall victim to ~"),
    (152, "come down with ~"),
    (153, "be likely to do"),
    (154, "in the company of ~"),
    (155, "A is exposed to B"),
    (156, "be concerned about ~"),
    (157, "go out"),
    (158, "go for a walk"),
    (159, "generally speaking"),
    (160, "no less than ~"),
    (161, "what is worse"),
    (162, "may want to do"),
    (163, "weather permitting"),
    (164, "because of ~"),
    (165, "part with ~"),
    (166, "for good"),
    (167, "~ and so on"),
    (168, "view A as B"),
    (169, "relieve A of B"),
    (170, "let go of ~"),
    (171, "hold back ~"),
    (172, "bring ~ to light"),
    (173, "except for ~"),
    (174, "carry on ~"),
    (175, "hold on to ~"),
    (176, "from time to time"),
    (177, "mistake A for B"),
    (178, "would (often) do"),
    (179, "think over ~"),
    (180, "turn into ~"),
    (181, "short of ~"),
    (182, "at times"),
    (183, "at all"),
    (184, "make certain (that ...)"),
    (185, "remind A of B"),
    (186, "as such"),
    (187, "take A as B"),
    (188, "at hand"),
    (189, "prepare for ~"),
    (190, "dispense with ~"),
    (191, "keep off ~"),
    (192, "put on ~"),
    (193, "What ... for?"),
    (194, "so as to do"),
    (195, "try ...ing"),
    (196, "be full of ~"),
    (197, "calm down"),
    (198, "indulge in ~"),
    (199, "be faced with ~"),
    (200, "deal with ~"),
    (201, "get through ~"),
    (202, "be of use"),
    (203, "in terms of ~"),
    (204, "end up ...ing"),
    (205, "beyond question"),
    (206, "take care of ~"),
    (207, "in the end"),
    (208, "take it easy"),
    (209, "had better do"),
    (210, "be expected to do"),
    (211, "enable O to do"),
    (212, "yearn for ~"),
    (213, "at the expense of ~"),
    (214, "How come ...?"),
    (215, "all the way"),
    (216, "in order"),
    (217, "come into being"),
    (218, "in a sense"),
    (219, "hold on"),
    (220, "lie in ~"),
    (221, "come to one's senses"),
    (222, "be sure to do"),
    (223, "look after ~"),
    (224, "never fail to do"),
    (225, "having + p.p."),
    (226, "plenty of ~"),
    (227, "in contrast to ~"),
    (228, "out of breath"),
    (229, "be equipped with ~"),
    (230, "hold one's breath"),
    (231, "take in ~"),
    (232, "think about ~"),
    (233, "back and forth"),
    (234, "aside from ~"),
    (235, "be all ears"),
    (236, "as soon as ..."),
    (237, "pay attention to ~"),
    (238, "be sensitive to ~"),
    (239, "be free from ~"),
    (240, "confine A to B"),
    (241, "it follows that ..."),
    (242, "by the way"),
    (243, "first of all"),
    (244, "do + 動詞(強調)"),
    (245, "strike A as B"),
    (246, "complain about B"),
    (247, "as often as not"),
    (248, "come to think of it"),
    (249, "be fed up with ~"),
    (250, "give A credit for B"),
    (251, "apart from ~"),
    (252, "tell A from B"),
    (253, "look on A as B"),
    (254, "up to ~"),
    (255, "help oneself to ~"),
    (256, "break off ~"),
    (257, "accuse A of B"),
    (258, "watch O ...ing"),
    (259, "比較級 + than any other ~"),
    (260, "that of ~"),
    (261, "so that S will ..."),
    (262, "in some ways"),
    (263, "at the mercy of ~"),
    (264, "admit to ~"),
    (265, "come to terms with ~"),
    (266, "at issue"),
    (267, "find one's way to ~"),
    (268, "break up ~"),
    (269, "transform A into B"),
    (270, "turn up"),
    (271, "beyond description"),
    (272, "cling to ~"),
    (273, "take over ~"),
    (274, "impose A on B"),
    (275, "be guilty of ~"),
    (276, "be willing to do"),
    (277, "it is (about) time that ..."),
    (278, "by ~(期限)"),
    (279, "have yet to do"),
    (280, "there is nothing for it but to do"),
    (281, "be familiar with ~"),
    (282, "as a rule"),
    (283, "at odds with ~"),
    (284, "on the whole"),
    (285, "carry out ~"),
    (286, "burn down ~"),
    (287, "set off ~"),
    (288, "with regard to ~"),
    (289, "look out for ~"),
    (290, "inform A of B"),
    (291, "prior to ~"),
    (292, "quite a few"),
    (293, "get rid of ~"),
    (294, "allow for ~"),
    (295, "as ~ as one can"),
    (296, "on the face of it"),
    (297, "be composed of ~"),
    (298, "distinguish A from B"),
    (299, "come into view"),
    (300, "in honor of ~"),
    (301, "look for ~"),
    (302, "refer to ~"),
    (303, "amount to ~"),
    (304, "in the way"),
    (305, "be anxious for ~"),
    (306, "catch up with ~"),
    (307, "never ~ without ...ing"),
    (308, "must have + p.p."),
    (309, "every time ..."),
    (310, "such ~ that ..."),
    (311, "be associated with ~"),
    (312, "as it were"),
    (313, "tend to do"),
    (314, "be superior to ~"),
    (315, "in proportion to ~"),
    (316, "on average"),
    (317, "in spite of ~"),
    (318, "be connected with ~"),
    (319, "for the most part"),
    (320, "all in all"),
    (321, "as for ~"),
    (322, "far from ~"),
    (323, "(on the one hand) on the other hand ..."),
    (324, "not necessarily"),
    (325, "it doesn't matter whether ..."),
    (326, "keep in touch with ~"),
    (327, "all the 比較級"),
    (328, "~ one thing, ... another"),
    (329, "on the move"),
    (330, "at risk"),
    (331, "on one's way"),
    (332, "right now"),
    (333, "at random"),
    (334, "abide by ~"),
    (335, "put down ~"),
    (336, "as a matter of course"),
    (337, "be all eyes"),
    (338, "commit an error"),
    (339, "fail to do"),
    (340, "it goes without saying that ..."),
    (341, "cannot help ...ing"),
    (342, "see O ...ing"),
    (343, "regret ...ing"),
    (344, "be familiar to ~"),
    (345, "dependent on ~"),
    (346, "be based on ~"),
    (347, "become aware of ~"),
    (348, "according to ~"),
    (349, "in charge of ~"),
    (350, "be responsible for ~"),
    (351, "be good at ~"),
    (352, "~ as well"),
    (353, "suffer from ~"),
    (354, "now and then"),
    (355, "be conscious of ~"),
    (356, "The reason is that ..."),
    (357, "the same ~ as ..."),
    (358, "provided that ..."),
    (359, "by the time ..."),
    (360, "come about"),
    (361, "in the first place"),
    (362, "date back to ~"),
    (363, "pride oneself on ~"),
    (364, "make A from B"),
    (365, "fall apart"),
    (366, "deal in ~"),
    (367, "break in"),
    (368, "in the presence of ~"),
    (369, "succeed in ~"),
    (370, "be free of ~"),
    (371, "make for ~"),
    (372, "no longer ..."),
    (373, "fill out ~"),
    (374, "make a reservation"),
    (375, "have a good time"),
    (376, "not A but B"),
    (377, "believe in ~"),
    (378, "lay out ~"),
    (379, "object to ~"),
    (380, "feel free to do"),
    (381, "live for ~"),
    (382, "make good on ~"),
    (383, "come to an end"),
    (384, "in private"),
    (385, "by chance"),
    (386, "ask for ~"),
    (387, "come true"),
    (388, "all the time"),
    (389, "prefer A to B"),
    (390, "if ... at all"),
    (391, "none the 比較級 because ..."),
    (392, "in general"),
    (393, "be characteristic of ~"),
    (394, "be certain of ~"),
    (395, "out of place"),
    (396, "in comparison with ~"),
    (397, "something of a ~"),
    (398, "at a loss"),
    (399, "under repair"),
    (400, "in the future"),
    (401, "scores of ~"),
    (402, "make sense of ~"),
    (403, "insist that ..."),
    (404, "have a look at ~"),
    (405, "come by ~"),
    (406, "feel obliged to do"),
    (407, "a sheet of ~"),
    (408, "yield to ~"),
    (409, "on purpose"),
    (410, "catch on"),
    (411, "in favor of ~"),
    (412, "fall back on ~"),
    (413, "get the better of ~"),
    (414, "give in to ~"),
    (415, "make up one's mind"),
    (416, "on one's own"),
    (417, "~ where ..."),
    (418, "even if ..."),
    (419, "have O 原形"),
    (420, "either A or B"),
    (421, "go into effect"),
    (422, "come of age"),
    (423, "be free to do"),
    (424, "for the time being"),
    (425, "agree with ~"),
    (426, "bar A from B"),
    (427, "approve of ~"),
    (428, "on one's behalf"),
    (429, "at heart"),
    (430, "get involved in ~"),
    (431, "on the part of ~"),
    (432, "give way to ~"),
    (433, "be to do"),
    (434, "to be frank"),
    (435, "there is no ...ing"),
    (436, "on ...ing"),
    (437, "get O to do"),
    (438, "to say the least"),
    (439, "as a whole"),
    (440, "stand out"),
    (441, "what is more"),
    (442, "to say nothing of ~"),
    (443, "dwell on ~"),
    (444, "speak out"),
    (445, "all at once"),
    (446, "have ~ in mind"),
    (447, "be satisfied with ~"),
    (448, "at any rate"),
    (449, "it occurs to 人 that ..."),
    (450, "roughly speaking"),
    (451, "speaking of ~"),
    (452, "not ... in the least"),
    (453, "show A around B"),
    (454, "take pride in ~"),
    (455, "with pleasure"),
    (456, "show up"),
    (457, "come out"),
    (458, "read between the lines"),
    (459, "wear out ~"),
    (460, "on time"),
    (461, "on board"),
    (462, "leave ~ alone"),
    (463, "sit up"),
    (464, "in time for ~"),
    (465, "pull up ~"),
    (466, "the first time ..."),
    (467, "should have + p.p."),
    (468, "call at ~"),
    (469, "rain cats and dogs"),
    (470, "send for ~"),
    (471, "more or less"),
    (472, "watch one's step"),
    (473, "just in case"),
    (474, "by far"),
    (475, "look up to ~"),
    (476, "speak well of ~"),
    (477, "make A out of B"),
    (478, "hear from ~"),
    (479, "give ~ a call"),
    (480, "let down ~"),
    (481, "get married to ~"),
    (482, "adhere to ~"),
    (483, "keep to ~"),
    (484, "one of these days"),
    (485, "owe A to B"),
    (486, "come home to ~"),
    (487, "~ + that ...(同格のthat)"),
    (488, "it is no use ...ing"),
    (489, "grow up to do"),
    (490, "ought to have + p.p."),
    (491, "without fail"),
    (492, "with ease"),
    (493, "attribute A to B"),
    (494, "be equivalent to ~"),
    (495, "call for ~"),
    (496, "the number of ~"),
    (497, "at a time"),
    (498, "at (the) most"),
    (499, "be worthy of ~"),
    (500, "be essential to ~")
]


# ランダムに10語を取得
sample = random.sample(words, 10)

# 出力
for num, eng in sample:
    print(f"{num}. {eng}")

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?